You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

62 lines
2.7 KiB

  1. <?php
  2. /**
  3. * Example footer include
  4. *
  5. * This file shows you how to use the include hooks. However I recommend to
  6. * create your own complete new template instead.
  7. */
  8. $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
  9. ?>
  10. <div class="footerinc">
  11. <a <?php echo $tgt?> href="<?php echo DOKU_BASE; ?>feed.php" title="Recent changes RSS feed"><img src="<?php echo tpl_basedir(); ?>images/button-rss.png" width="80" height="15" alt="Recent changes RSS feed" /></a>
  12. <a <?php echo $tgt?> href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" title="Creative Commons License"><img src="<?php echo tpl_basedir(); ?>images/button-cc.gif" width="80" height="15" alt="Creative Commons License" /></a>
  13. <a <?php echo $tgt?> href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=wikidesign%40gmail%2ecom&item_name=DokuWiki%20Template&item_number=Minima&no_shipping=2&no_note=1&tax=0&currency_code=EUR&bn=PP%2dDonationsBF&charset=UTF%2d8" title="Donate"><img src="<?php echo tpl_basedir(); ?>images/button-donate.gif" alt="Donate" width="80" height="15" /></a>
  14. <a <?php echo $tgt?> href="http://www.wikidesign.ch/" title="Minima Template by Wikidesign"><img src="<?php echo tpl_basedir(); ?>images/button-wikidesign.gif" width="80" height="15" alt="Minima Template by Wikidesign" /></a>
  15. <a <?php echo $tgt?> href="http://wiki.splitbrain.org/wiki:dokuwiki" title="Driven by DokuWiki"><img src="<?php echo tpl_basedir(); ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>
  16. <?php
  17. /*
  18. * The following stuff in HTML comments declares a Creative Commons
  19. * License - remove this if you don't want this license for your Wiki
  20. */
  21. ?>
  22. <!--
  23. <rdf:RDF xmlns="http://web.resource.org/cc/"
  24. xmlns:dc="http://purl.org/dc/elements/1.1/"
  25. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  26. <Work rdf:about="">
  27. <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
  28. <license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/" />
  29. </Work>
  30. <License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.0/">
  31. <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
  32. <permits rdf:resource="http://web.resource.org/cc/Distribution" />
  33. <requires rdf:resource="http://web.resource.org/cc/Notice" />
  34. <requires rdf:resource="http://web.resource.org/cc/Attribution" />
  35. <prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
  36. <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
  37. <requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
  38. </License>
  39. </rdf:RDF>
  40. -->
  41. <?php
  42. if ($conf['allowdebug']) {
  43. echo '<!-- page made in '.round(delta_time(DOKU_START_TIME), 3).' seconds -->';
  44. }
  45. ?>
  46. </div>