1<?php
2/*
3 * default configuration settings
4 *
5 */
6
7$conf['fullWidthSite'] = 1;
8$conf['showToc'] = 1;
9$conf['stickyToc'] = 0;
10$conf['siteHeaderPosition'] = 'Top';
11$conf['siteFooterPosition'] = 'Bottom';
12$conf['showPageInfo'] = 1;
13$conf['theme'] = 'Default';
14$conf['hideTools'] = 0;