* @author Michael Klier * @link http://wiki.splitbrain.org/template:arctic * @link http://chimeric.de/projects/dokuwiki/template/arctic */ // must be run from within DokuWiki if (!defined('DOKU_INC')) die(); global $ACT; // include custom arctic template functions require_once(dirname(__FILE__).'/tpl_functions.php'); ?> <?php tpl_pagetitle()?> [<?php echo strip_tags($conf['title'])?>]
html_new_page_button(); } tpl_button('edit'); break; case('links'): // check if new page button plugin is available if(!plugin_isdisabled('npd') && ($npd =& plugin_load('helper', 'npd'))) { $npd->html_new_page_button(); } tpl_actionlink('edit'); break; } } ?>