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: <name of the page><sidebar_pagename><left/right> creates sidebar for specific page 14$conf['sidebar-theme']['default_leftsidebar_name'] = 'default_sidebar_left'; // the name of left sidebar by default 15$conf['sidebar-theme']['default_rightsidebar_name'] = 'default_sidebar_right'; //idem 16 17//Setup: vim enc=utf-8 tb=4 18?> 19