<?php

/**
 * Default options for the "20cones template" DokuWiki template
 *
 * Read the README for details of howto config this template.
 *
 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
 * @author Paulino Ruiz de Clavijo Vázquez <paulino@dte.us.es>
 * @link http://www.dokuwiki.org/template:20cones
 */

if (!defined("DOKU_INC"))
{
	die();
}

$conf["20cones_htmltopbar"] = 1;     // TRUE: Use html fixed or wiki page for topbar
$conf["20cones_pagetopbar"] = "topbar"; // Wiki page name
$conf["20cones_showdokutitle"] = 0;     // TRUE: Use html fixed or wiki page for topbar
