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