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['sidebar-theme']['sidebar_pagename'] = 'sidebar'; //string to declare custom sidebar pages: 14 //<name of the page><sidebar_pagename> 15 //creates sidebar for specific page 16$conf['sidebar-theme']['default_sidebar_name'] = 'default_sidebar'; // the name of sidebar by default 17 18//Setup: vim enc=utf-8 tb=4 19?> 20