* @author Ralf Becker * @author Nathan Gray * @version $Id$ */ /** * Stylite jdots template */ $GLOBALS['settings'] = array( 'prefssection' => array( 'type' => 'section', 'title' => lang('Preferences for the %1 template set','Stylite'), 'no_lang'=> true, 'xmlrpc' => False, 'admin' => False, ), '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?', 'xmlrpc' => False, 'admin' => False, 'forced' => false, ), 'navbar_format' => false, // not used in JDots (defined in common prefs) );