protected function _checkSkinDir() { if (!is_dir(Config::Get('path.smarty.template'))) { die('The skin folder "' . ACE::LocalPath(Config::Get('path.smarty.template'), ACE::GetRootDir()) . '" does not exist'); } }