New SMAC quizzes available.Test your Alpha Centauri knowledge! Chess is back.Challenge someone!
0 Members and 1 Guest are viewing this topic.
In Themes/default/GenericControls.template.php, you'll find this code:Code: [Select] if (!isset($context['disabled_tags']['font'])) echo ', { sType: \'select\', sName: \'sel_face\', oOptions: { \'\': ', JavaScriptEscape($txt['font_face']), ', \'courier\': \'Courier\', \'arial\': \'Arial\', \'arial black\': \'Arial Black\', \'impact\': \'Impact\', \'verdana\': \'Verdana\', \'times new roman\': \'Times New Roman\', \'georgia\': \'Georgia\', \'andale mono\': \'Andale Mono\', \'trebuchet ms\': \'Trebuchet MS\', \'comic sans ms\': \'Comic Sans MS\' } }';You add items to that list.
if (!isset($context['disabled_tags']['font'])) echo ', { sType: \'select\', sName: \'sel_face\', oOptions: { \'\': ', JavaScriptEscape($txt['font_face']), ', \'courier\': \'Courier\', \'arial\': \'Arial\', \'arial black\': \'Arial Black\', \'impact\': \'Impact\', \'verdana\': \'Verdana\', \'times new roman\': \'Times New Roman\', \'georgia\': \'Georgia\', \'andale mono\': \'Andale Mono\', \'trebuchet ms\': \'Trebuchet MS\', \'comic sans ms\': \'Comic Sans MS\' } }';