Changeset 15811


Ignore:
Timestamp:
2007/09/20 22:12:28 (17 years ago)
Author:
adachi
Message:

細かな修正

File:
1 edited

Legend:

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

    r15807 r15811  
    9797        $arrDefaultParams = array( 
    9898            'URL_DIR' => URL_DIR, 
     99            // FIXME tplName¤¬null¤Î¾ì¹ç¤Î½èÍý 
    99100            'TPL_PKG_URL' => URL_DIR . USER_DIR . TPL_PKG_DIR . $this->tplName . '/' 
    100101        ); 
     
    255256 
    256257    function initDisplay($template) { 
     258        if (empty($this->tplName)) return; 
     259 
    257260        $tpl_mainpage  = $this->_smarty->get_template_vars('tpl_mainpage'); 
    258261        $template_name = $this->tplName; 
     
    292295 
    293296    function initDisplay($template) { 
     297        if (empty($this->tplName)) return; 
     298 
    294299        $tpl_mainpage  = $this->_smarty->get_template_vars('tpl_mainpage'); 
    295300        $template_name = $this->tplName; 
Note: See TracChangeset for help on using the changeset viewer.