Portions created by the Initial Developer are Copyright (C) 2008-2016 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ //if there are no items in the menu then add the default menu if ($domains_processed == 1) { require_once "resources/classes/menu.php"; $o = new menu; $o->menu_default(); unset($o); } //if ?>