$action(); } else { $load->main(); } } } else { throw new cccException('The specified module could not be found, please make sure you have entered the correct url.','Module not found'); } } catch(cccException $e) { message('INFORMATION',$e->getTitle(),translate($e->getMessage()),false,false,true,$e->getUrl()); }