예제 #1
0
파일: Main.class.php 프로젝트: Jemt/JSShop
 public function PreTemplateUpdate()
 {
     if ($this->smMenuExists === true) {
         $menuItem = SMMenuManager::GetInstance()->GetChild("SMMenuContent");
         if ($menuItem !== null) {
             $menuItem->AddChild(new SMMenuItem($this->name, $this->getTranslation("Products"), SMExtensionManager::GetExtensionUrl($this->name) . "&SMShopEditProducts"));
         }
     }
 }