1<?php 2/** 3 * Default configuration for the wallpaper template 4 * 5 * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author: Klaus Vormweg <klaus.vormweg@gmx.de> 7 */ 8 9$conf['tpl']['wallpaper']['cleanindex'] = 0; // 1 or 0 10$conf['tpl']['wallpaper']['cleanindexlist'] = ''; // empty or comma-separated list of namespaces 11$conf['tpl']['wallpaper']['showsearch'] = 0; // 1 or 0 12$conf['tpl']['wallpaper']['showbacklinks'] = 0; // 1 or 0 13$conf['tpl']['wallpaper']['showmedia'] = 0; // 1 or 0 14$conf['tpl']['wallpaper']['hiderootlinks'] = 0; // 1 or 0 15$conf['tpl']['wallpaper']['rootmenutext'] = 'Home'; // string 16$conf['tpl']['wallpaper']['usemenufile'] = 0; // 1 or 0 17$conf['tpl']['wallpaper']['menufilename'] = 'menu'; // string 18$conf['tpl']['wallpaper']['fixedbackground'] = 0; // 1 or 0 19?> 20