* @author Andreas Gohr * @author Michael Klier * @link http://www.dokuwiki.org/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'); ?> prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# fb: http://ogp.me/ns/fb# place: http://ogp.me/ns/place# book: http://ogp.me/ns/book#"> <?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; } } ?>