1<?php
2/**
3 * footer include for roundbox template
4 *
5 * The contents of this file will be included under the sidebar.
6 * You can, however, move it's box freely with CSS rules.
7 */
8?>
9
10<div align="center" class="footerinc">
11
12<a target="_blank" href="<?php echo DOKU_BASE; ?>feed.php" title="<?php echo hsc($lang['btn_rss']) ?>"><img src="<?php echo tpl_basedir(); ?>images/button-rss.png" width="80" height="15" alt="<?php echo hsc($lang['btn_rss']) ?>" border="0" /></a>
13
14<a target="_blank" href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" title="<?php echo hsc($lang['btn_cc']) ?>"><img src="<?php echo tpl_basedir(); ?>images/button-cc.gif" width="80" height="15" alt="<?php echo hsc($lang['btn_cc']) ?>" border="0" /></a>
15
16<a target="_blank" href="https://www.paypal.com/xclick/business=andi%40splitbrain.org&amp;item_name=DokuWiki+Donation&amp;no_shipping=1&amp;no_note=1&amp;tax=0&amp;currency_code=EUR&amp;lc=US" title="<?php echo hsc($lang['btn_donate']) ?>"><img src="<?php echo tpl_basedir(); ?>images/button-donate.gif" width="80" height="15" alt="<?php echo hsc($lang['btn_donate']) ?>" border="0" /></a>
17
18<a target="_blank" href="http://www.php.net" title="<?php echo hsc($lang['btn_php']) ?>"><img src="<?php echo tpl_basedir(); ?>images/button-php.gif" width="80" height="15" alt="<?php echo hsc($lang['btn_php']) ?>" border="0" /></a>
19
20<a target="_blank" href="http://validator.w3.org/check/referer" title="<?php echo hsc($lang['btn_xhtml']) ?>"><img src="<?php echo tpl_basedir(); ?>images/button-xhtml.png" width="80" height="15" alt="<?php echo hsc($lang['btn_xhtml']) ?>" border="0" /></a>
21
22<a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer" title="<?php echo hsc($lang['btn_css']) ?>"><img src="<?php echo tpl_basedir(); ?>images/button-css.png" width="80" height="15" alt="<?php echo hsc($lang['btn_css']) ?>" border="0" /></a>
23
24<a target="_blank" href="http://wiki.splitbrain.org/wiki:dokuwiki" title="<?php echo hsc($lang['btn_dokuwiki']) ?>"><img src="<?php echo tpl_basedir(); ?>images/button-dw.png" width="80" height="15" alt="<?php echo hsc($lang['btn_dokuwiki']) ?>" border="0" /></a>
25
26<p />
27
28</div>
29