1<?php 2/** 3 * Default options for the "20cones template" DokuWiki template 4 * 5 * Read the README for details of howto config this template. 6 * 7 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) 8 * @author Paulino Ruiz de Clavijo Vázquez <paulino@art-website.com> 9 * @link http://www.dokuwiki.org/template:20cones 10 */ 11 12 13if (!defined("DOKU_INC")){ 14 die(); 15} 16 17$meta["20cones_htmltopbar"] = array("onoff"); // TRUE: Use html fixed or wiki page for topbar 18$meta["20cones_pagetopbar"] = array("string"); // pagename 19$meta["20cones_showdokutitle"] = array("onoff");