Changeset 15821


Ignore:
Timestamp:
2007/09/21 01:44:24 (17 years ago)
Author:
adachi
Message:

コメント追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-templates/data/class/SC_View.php

    r15820 r15821  
    276276 
    277277    function initDisplay($template) { 
     278        // ¥Æ¥ó¥×¥ì¡¼¥È¤ò»ÈÍѤ·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ïreturn 
    278279        if (empty($this->tplName)) return; 
    279280 
     281        /** 
     282         * tpl_mainpage¤¬ÁêÂХѥ¹¤Ç¤¢¤ì¤Ð 
     283         * ¥æ¡¼¥¶¡¼¥Æ¥ó¥×¥ì¡¼¥È¤Ø¤ÎÀäÂХѥ¹¤ËÊѹ¹¤· 
     284         * ¤½¤Î¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤¹¤ë¤Ð¤¢¤¤¤Ïtpl_meinpage¤òºÆÅÙassign¤·¾å½ñ¤­¤¹¤ë 
     285         */ 
    280286        $tpl_mainpage  = $this->_smarty->get_template_vars('tpl_mainpage'); 
    281287        $template_dir = TPL_PKG_PATH . $this->tplName . '/templates/'; 
Note: See TracChangeset for help on using the changeset viewer.