1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

themeHandler added to e107 known handlers var

This commit is contained in:
secretr
2009-10-21 10:29:42 +00:00
parent 2b166dd02b
commit 6497a639e0

View File

@@ -9,8 +9,8 @@
* e107 Main
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/e107_class.php,v $
* $Revision: 1.56 $
* $Date: 2009-10-20 16:05:03 $
* $Revision: 1.57 $
* $Date: 2009-10-21 10:29:42 $
* $Author: secretr $
*/
@@ -122,7 +122,8 @@ class e107
'xmlClass' => '{e_HANDLER}xml_class.php',
'e107_traffic' => '{e_HANDLER}traffic_class.php',
'comment' => '{e_HANDLER}comment_class.php',
'e_validator' => '{e_HANDLER}validator_class.php'
'e_validator' => '{e_HANDLER}validator_class.php',
'themeHandler' => '{e_HANDLER}theme_handler.php'
);
/**