lang('yes'), 'no' => lang('no') ); $click_or_onmouseover = array( 'click' => lang('Click'), 'onmouseover' => lang('On Mouse Over') ); $GLOBALS['settings'] = array( 'prismapref' => array( 'type' => 'section', 'title' => 'Preferences for the idots template set' ), 'start_and_logout_icons' => array( 'type' => 'select', 'label' => 'Show home and logout button in main application bar?', 'name' => 'start_and_logout_icons', 'values' => $start_and_logout_icons, 'help' => 'When you say yes the home and logout buttons are presented as applications in the main top applcation bar.' ), 'max_icons' => array( 'type' => 'input', 'label' => 'Max number of icons in navbar', 'name' => 'max_icons', 'help' => 'How many icons should be shown in the navbar (top of the page). Additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar.','',3 ), 'auto_hide_sidebox' => array( 'type' => 'check', 'label' => 'Autohide Sidebox menu\'s', 'name' => 'auto_hide_sidebox', 'help' => 'Automatically hide the Sidebox menu\'s?' ), 'click_or_onmouseover' => array( 'type' => 'select', 'label' => 'Click or Mouse Over to show menus', 'name' => 'click_or_onmouseover', $click_or_onmouseover, 'help' => 'Click or Mouse Over to show menus?' ), 'click_or_onmouseover' => array( 'type' => 'check', 'label' => 'Disable slider effects', 'name' => 'disable_slider_effects', 'help' => 'Disable the animated slider effects when showing or hiding menus in the page? Opera and Konqueror users will probably must want this.' ), 'disable_pngfix' => array( 'type' => 'check', 'label' => 'Disable Internet Explorer png-image-bugfix', 'name' => 'disable_pngfix', 'help' => 'Disable the execution a bugfixscript for Internet Explorer 5.5 and higher to show transparency in PNG-images?' ), 'show_generation_time' => array( 'type' => 'check', 'label' => 'Show page generation time', 'name' => 'show_generation_time', 'help' => 'Show page generation time on the bottom of the page?' ) );