summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorMichael Klier <chi@chimeric.de>2008-12-01 22:23:46 +0100
committerMichael Klier <chi@chimeric.de>2008-12-01 22:23:46 +0100
commit137ce95a340b36e962f90c44c9f6414dc2e0d1e4 (patch)
treeccc10545ce3045a1f2f2e27672a956fc02ea0dbf /lib/tpl
parentac4cba6f11512349e434b06b987aa49b46aa91da (diff)
downloadrpg-137ce95a340b36e962f90c44c9f6414dc2e0d1e4.tar.gz
rpg-137ce95a340b36e962f90c44c9f6414dc2e0d1e4.tar.bz2
remove linebreaks from language files FS#1035
darcs-hash:20081201212346-23886-81f2bc6c2c021b3f1e9c7367d8ffbab12700e379.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/footer.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html
index 09f15b86a..e669fd563 100644
--- a/lib/tpl/default/footer.html
+++ b/lib/tpl/default/footer.html
@@ -6,10 +6,17 @@
* create your own complete new template instead.
*/
+if($ID == 'dokuwiki'){
+ echo '<div style="margin: 0.5em" class="dokuwiki">DokuWiki is currently sponsored by: AOE media GmbH - <a class="urlextern" href="http://www.aoemedia.de/typo3-agentur.html">TYPO3 Agentur</a></div>';
+}
+
+
$tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
?>
<div class="footerinc">
+ <a href="http://www.splitbrain.org/personal#imprint" style="float:right; text-decoration: none; color:#333">Imprint</a>
+
<a <?php echo $tgt?> href="<?php echo DOKU_BASE; ?>feed.php" title="Recent changes RSS feed"><img src="<?php echo DOKU_TPL; ?>images/button-rss.png" width="80" height="15" alt="Recent changes RSS feed" /></a>
<?php
@@ -37,3 +44,4 @@ if ($conf['allowdebug']) {
</div>
+<?php include(dirname(__FILE__).'/dwtb.html') ?>