diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-12-16 19:49:39 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-12-16 19:49:39 +0100 |
commit | bd332e5bd5b7fca64a7b221bc2fb50b1168a3d78 (patch) | |
tree | e18ef2516e5cd5c0235ee95e5c75957af8ace931 | |
parent | 94eb88e0cf287472550a460e7c3ecfcb7b48e394 (diff) | |
download | rpg-bd332e5bd5b7fca64a7b221bc2fb50b1168a3d78.tar.gz rpg-bd332e5bd5b7fca64a7b221bc2fb50b1168a3d78.tar.bz2 |
removed accidentally checkedin private stuff from footer.html
darcs-hash:20081216184939-7ad00-da211afee2d611ca448236b0a7e270156a62c203.gz
-rw-r--r-- | lib/tpl/default/footer.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html index e669fd563..38aab7216 100644 --- a/lib/tpl/default/footer.html +++ b/lib/tpl/default/footer.html @@ -6,16 +6,10 @@ * 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> |