Ignore:
Timestamp:
2013/08/20 14:11:59 (11 years ago)
Author:
h_yoshimoto
Message:

#2342 一旦戻した内容を再度適用

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/products/LC_Page_Products_Detail.php

    r23071 r23103  
    148148        } 
    149149 
    150         $this->tpl_javascript .= 'classCategories = ' . SC_Utils_Ex::jsonEncode($objProduct->classCategories[$product_id]) . ';'; 
     150        $this->tpl_javascript .= 'eccube.classCategories = ' . SC_Utils_Ex::jsonEncode($objProduct->classCategories[$product_id]) . ';'; 
    151151        $this->tpl_javascript .= 'function lnOnLoad() 
    152152        {' . $this->js_lnOnload . '}'; 
Note: See TracChangeset for help on using the changeset viewer.