Example #1
0
 public function getTemplate()
 {
     $aitcgSharedImgId = Mage::app()->getRequest()->getParam('aitcg_shared_img_id');
     if (isset($aitcgSharedImgId)) {
         return Mage::getStoreConfig('catalog/aitcg/aitcg_share_img_template');
     }
     return parent::getTemplate();
 }