Added LinuxChix theme
[moodle-linuxchix.git] / mod / hotpot / settings.php
blob8d833949e101057b12fac3b2bdb9169aa9e64b25
1 <?php //$Id$
3 $settings->add(new admin_setting_configcheckbox('hotpot_showtimes', get_string('showtimes', 'hotpot'),
4 get_string('configshowtimes', 'hotpot'), 0) );
6 $settings->add(new admin_setting_configtext('hotpot_excelencodings', get_string('excelencodings', 'hotpot'),
7 get_string('configexcelencodings', 'hotpot'), '') );
9 ?>