cfoe
2012-07-20 04699f6ba91ee22e7631439072f7f0756d2b10e7
interface/web/admin/form/system_config.tform.php
@@ -34,7 +34,7 @@
*/
$form["title"]          = "System Config";
$form["description"]    = "";
$form["description"]    = "system_config_desc_txt";
$form["name"]          = "system_config";
$form["action"]         = "system_config_edit.php";
$form["db_table"]      = "sys_ini";
@@ -252,6 +252,30 @@
   )
);
/* TODO_ BEGIN: Branding
$form["tabs"]['domains'] = array (
   'title'    => "Branding",
   'width'    => 70,
   'template'    => "templates/system_config_branding_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
                'logo' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => 'themes/default/images/header_logo.png',
         'value'      => ''
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
   )
);
 END: Branding */
$form["tabs"]['misc'] = array (
   'title'    => "Misc",
   'width'    => 70,