1<?php 2/** 3 * Options for the ramtop template 4 * 5 * @author Stefan Rothe <info@stefan-rothe.ch> 6 */ 7 8$lang['menubar'] = 'Name of the menu bar page'; 9$lang['custom_licence'] = 'Custom licence text'; 10$lang['footer_start_link'] = 'Show link to start page in footer'; 11$lang['footer_buttons'] = 'Show donate and technology buttons in footer'; 12?> 13 14