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