* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */
@require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */
$showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] );
?>
[]
are added to make it possible to e.g. style a page differently if it's in edit mode,
see http://www.dokuwiki.org/devel:action_modes for a list of action modes */ ?>
would be: tpl_action('edit',0,'li') */
tpl_action('edit', 0, 'li');
_tpl_action('discussion', 0, 'li');
tpl_action('revisions', 0, 'li');
tpl_action('backlink', 0, 'li');
tpl_action('subscribe', 0, 'li');
tpl_action('revert', 0, 'li');
?>