
Originally Posted by
yps
Then the category box is empty
PHP Code:
define('SITE_NAME','shop');
define('CATEGORIES_ROOT','1'); //root categories is 1 for this site
Change to
PHP Code:
define('SITE_NAME','site1');
define('CATEGORIES_ROOT','1'); //root categories is 1 for this site
[/QUOTE]
Then the again only one category is shown but without name
Bookmarks