Ignore:
Timestamp:
2012/02/08 13:55:06 (12 years ago)
Author:
h_yoshimoto
Message:

#1603 #1632 プラグインの管理画面を作成しました。それに伴うエンジン部分の修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/products/LC_Page_Products_List.php

    r21442 r21455  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2012 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    206206                break; 
    207207        } 
     208 
     209        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance(); 
     210        $objPlugin->doAction('lc_page_products_list_action_end',array($this)); 
    208211 
    209212        $this->tpl_rnd          = SC_Utils_Ex::sfGetRandomString(3); 
Note: See TracChangeset for help on using the changeset viewer.