Index: branches/unlabeled/unlabeled-1.18.2/admin/category/addcategory.php =================================================================== diff -u -r4382 -r4438 --- branches/unlabeled/unlabeled-1.18.2/admin/category/addcategory.php (.../addcategory.php) (revision 4382) +++ branches/unlabeled/unlabeled-1.18.2/admin/category/addcategory.php (.../addcategory.php) (revision 4438) @@ -4,10 +4,11 @@ define('REL_PATH', 'admin/category'); $relation_level = count( explode('/', REL_PATH) ); define('FULL_PATH', realpath(dirname(__FILE__) . str_repeat('/..', $relation_level) ) ); - require_once FULL_PATH.'/kernel/startup.php'; // new startup: end +$objSession->SetVariable('IsHomeCategory', 0); + require_once ($pathtoroot.$admin."/include/elements.php"); require_once ($pathtoroot."kernel/admin/include/navmenu.php"); //require_once ($pathtolocal."admin/include/navmenu.php");