1<?php
2/*
3 * default configuration settings
4 *
5 */
6
7$conf['hideTools']        = 0;
8$conf['sidebar_cols']     = '3';
9$conf['sidebar_pos']      = 'Left';
10$conf['full_width']       = 0;
11$conf['google_analytics'] = '';
12$conf['header_img']       = '';
13$conf['header_padding']   = '';
14$conf['header_height']    = '';
15$conf['header_title']     = 1;
16