* @author Michael Klier * @link http://wiki.splitbrain.org/template:arctic * @link http://chimeric.de/projects/dokuwiki/template/arctic * Modified by Matthieu Bouthors */ // must be run from within DokuWiki if (!defined('DOKU_INC')) die(); // 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'); tpl_button('history'); tpl_button('media'); 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'); tpl_actionlink('history'); tpl_actionlink('media'); break; } } ?>