protected function displayRestrictedCountryPage()
 {
     parent::displayRestrictedCountryPage();
     require_once dirname(__FILE__) . '../../../../modules/designerpreview/defines.inc.php';
     $this->smartyOutputContent(getThemeDir() . 'restricted-country.tpl');
     exit;
 }