<?php /** * DokuWiki Apricot Template * * @link http://dokuwiki.org/template:apricot * @author Arun Chaganty <arunchaganty@gmail.com> * @author Andreas Gohr <andi@splitbrain.org> * @author Anika Henke <anika@selfthinker.org> */ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ @require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */ ?> <div class="doc"> <?php tpl_pageinfo() /* 'Last modified' etc */ ?> · <?php tpl_license('button',1) /* content license, parameters: img=*badge|button|0, imgonly=*0|1, return=*0|1 */ ?> </div> <?php _tpl_include('footer.html') ?>