1<?php 2/** 3 * License: GPL 2 (http://www.gnu.org/licenses/gpl.html) 4 * 5 * configuration file for template "arctic" 6 * 7 * @author: Xan <DXpublica@telefonica.net> 8 * @original-author: Michael Klier <chi@chimeric.de> 9 * @original-author-homepage: http://www.chimeric.de 10 */ 11 12/* Sidebar*/ 13$conf['cherokee-based']['sidebar_pagename'] = 'sidebar'; //This is the string that appears in sidebars pages. 14$conf['cherokee-based']['default_leftsidebar_name'] = 'default_sidebar_left'; // the name of left sidebar by default 15$conf['cherokee-based']['default_rightsidebar_name'] = 'default_sidebar_right'; //Idem 16 17/* Footer*/ 18$conf['cherokee-based']['footer-copyright'] = '© 2005 Your name'; 19$conf['cherokee-based']['footer-about-link'] = 'http://localhost/wikis/dokuwiki/doku.php?id=about'; 20$conf['cherokee-based']['footer-about-info'] = 'General info about webpage enviroment'; 21$conf['cherokee-based']['footer-about-link-display'] = 'About'; 22 23 24 25 26//Setup: vim enc=utf-8 tb=4 27?> 28