<?php
/**
 * Default configuration for the wallpaper template
 * 
 * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author:  Klaus Vormweg <klaus.vormweg@gmx.de>
 */

$conf['tpl']['wallpaper']['cleanindex'] = 0;  // 1 or 0
$conf['tpl']['wallpaper']['cleanindexlist'] = '';  // empty or comma-separated list of namespaces
$conf['tpl']['wallpaper']['showsearch'] = 0;  // 1 or 0
$conf['tpl']['wallpaper']['showbacklinks'] = 0;  // 1 or 0
$conf['tpl']['wallpaper']['showmedia'] = 0;  // 1 or 0
$conf['tpl']['wallpaper']['hiderootlinks'] = 0;  // 1 or 0
$conf['tpl']['wallpaper']['rootmenutext'] = 'Home';  // string
$conf['tpl']['wallpaper']['usemenufile'] = 0;  // 1 or 0
$conf['tpl']['wallpaper']['menufilename'] = 'menu';  // string
$conf['tpl']['wallpaper']['fixedbackground'] = 0;  // 1 or 0
?>
