Explorar el Código

adding advanced template to default configuration

tokul hace 19 años
padre
commit
478400161c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      config/config_default.php

+ 2 - 1
config/config_default.php

@@ -832,7 +832,8 @@ $templateset_default = 0;
 
 $aTemplateSet[0]['PATH'] = SM_PATH . 'templates/default/';
 $aTemplateSet[0]['NAME'] = 'Default template';
-
+$aTemplateSet[1]['PATH'] = SM_PATH . 'templates/default_advanced/';
+$aTemplateSet[1]['NAME'] = 'Advanced template';
 
 /**
  * Default interface font size.