1<?php 2/** 3 * Options for the ramtop template 4 * 5 * @author Stefan Rothe <info@stefan-rothe.ch> 6 */ 7 8$conf['menubar'] = 'menubar'; 9$conf['custom_licence'] = ''; 10$conf['footer_start_link'] = false; 11$conf['footer_buttons'] = true; 12 13