1<?php
2/*
3 * Default configuration settings
4 *
5 * @author   LarsDW223
6 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 */
8
9$conf['Theme'] = 'White';
10$conf['Layouts'] = '';
11$conf['BreadcrumbsSep'] = '□';
12$conf['YouAreHereSep'] = ' ► ';
13