예제 #1
0
 public function initContent()
 {
     if (Module::isInstalled('agilemultipleseller')) {
         include_once _PS_ROOT_DIR_ . "/modules/agilemultipleseller/agilemultipleseller.php";
         $module = new AgileMultipleSeller();
         if (!$this->is_seller) {
             $this->displayWarning($module->getL('How To Create Seller Hint'));
         }
     }
     parent::initContent();
 }