1<?php
2/**
3 * Default configuration for the arctic template
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author:     Michael Klier <chi@chimeric.de>
7 */
8
9$conf['sidebar']                    = 'both';                       // enable/disable sidebar
10$conf['pagename']                   = 'sidebar';                    // the pagename for sidebars inside namespaces
11$conf['user_sidebar_namespace']     = 'user';                       // namespace to look for namespace of logged in users
12$conf['group_sidebar_namespace']    = 'group';                      // namespace to look for groups-namespaces
13$conf['trace']                      = 1;                            // show trace at top of the page
14$conf['main_sidebar_always']		    = 1;														// show main sidebar on all namespaces
15$conf['wiki_actionlinks']           = 'links';                      // use buttons instead of links
16$conf['left_sidebar_content']       = 'main,user,namespace';        // defines the content of the left sidebar
17$conf['left_sidebar_order']         = 'main,namespace,user';        // defines the order of the left sidebar content
18$conf['right_sidebar_content']      = 'toc,group';                  // defines the content of the right sidebar
19$conf['right_sidebar_order']        = 'toc,group';                  // defines the order of the right sidebar content
20$conf['search']                     = 'right';                      // defines the position  of the search form when 2 sidebars are used
21$conf['closedwiki']                 = 0;                            // don't show sidebars for logged out users at all
22$conf['hideactions']                = 0;                            // hide all wiki related actions for non logged in users
23$conf['logoname']                   = 'headerlogo.png';             // name of the headerlogo
24$conf['logowidth']                  = '128px';                      // width of the headerlogo
25$conf['logoheigth']                 = '128px';                      // heigth of the headerlogo
26$conf['show_backlink']              = 'both';                       // show backlink at top and/or bottom of the page
27//$conf['sidebar_width_left']         = '19';                        // width right sidebar
28//$conf['sidebar_width_right']        = '16';                        // width right sidebar
29$conf['translation_bar']            = 'top and bottom';             // Position of the Translationbar
30//Setup vim: ts=2 sw=2:
31?>
32