* @author Michael Klier * @author Laura Eun * @link http://www.dokuwiki.org/template:arctictut */ // must be run from within DokuWiki if (!defined('DOKU_INC')) die(); global $ACT; // include custom arctictut 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'); if ((tpl_getConf('show_backlink') == 'top') || (tpl_getConf('show_backlink') == 'both')) { tpl_button('backlink'); } 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'); if ((tpl_getConf('show_backlink') == 'top') || (tpl_getConf('show_backlink') == 'both')) { tpl_actionlink('backlink'); } break; } } ?>
showTranslations(); ?> showTranslations(); ?>
showTranslations(); ?> showTranslations(); ?>
showTranslations(); ?> showTranslations(); ?>
showTranslations(); ?>
showTranslations(); ?>