* @author Clarence Lee * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ header('X-UA-Compatible: IE=edge,chrome=1'); $hasSidebar = page_findnearest($conf['sidebar']); $showSidebar = $hasSidebar && ($ACT=='show'); ?> <?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]


    tpl_action('edit', 1, 'li', 1, '', ''), 'revert' => tpl_action('revert', 1, 'li', 1, '', ''), 'revisions' => tpl_action('revisions', 1, 'li', 1, '', ''), 'backlink' => tpl_action('backlink', 1, 'li', 1, '', ''), 'subscribe' => tpl_action('subscribe', 1, 'li', 1, '', ''), 'top' => tpl_action('top', 1, 'li', 1, '', '') ); // the page tools can be ammended through a custom plugin hook // if you're deriving from this template and your design is close enough to // the dokuwiki template you might want to trigger a DOKUWIKI event instead // of using $conf['tpl'] here $hook = 'TEMPLATE_'.strtoupper($conf['tpl']).'_PAGETOOLS_DISPLAY'; $evt = new Doku_Event($hook, $data); if($evt->advise_before()){ foreach($evt->data as $k => $html) echo $html; } $evt->advise_after(); unset($data); unset($evt); ?>