"._("Add / Delete categories").""; $PG_mainbody .= ''._("Hint: You don't need categories?").' '._("Disable them").''; /* include ("$absoluteurl"."components/xmlparser/loadparser.php"); */ include ("$absoluteurl"."core/admin/readXMLcategories.php"); if (file_exists("$absoluteurl"."categories.xml")) { ###### $PG_mainbody .= '




'; ##### $PG_mainbody .= "

"._("Delete Categories")." ($n)

"; $PG_mainbody .= " '; } //if xml categories file doesn't exist else { $PG_mainbody .= '

'._("Categories file doesn't exist or empty...").'

'; $PG_mainbody .= '



'; } } //001 } /////// end if categories enabled else { $PG_mainbody .= _("Categories disabled"); } ?>