Changeset 15828


Ignore:
Timestamp:
2007/09/21 12:26:04 (17 years ago)
Author:
nanasess
Message:

$tpl_mainpage 修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/LC_Page_Index.php

    r15532 r15828  
    1414 * @package Page 
    1515 * @author LOCKON CO.,LTD. 
    16  * @version $Id$ 
     16 * @version $Id:LC_Page_Index.php 15532 2007-08-31 14:39:46Z nanasess $ 
    1717 */ 
    1818class LC_Page_Index extends LC_Page { 
     
    2828    function init() { 
    2929        parent::init(); 
    30         $this->tpl_mainpage = HTML_PATH . "user_data/templates/top.tpl"; 
    31         $this->tpl_css = URL_DIR . 'css/layout/index.css'; 
     30        $this->tpl_mainpage =  TEMPLATE_DIR . "top.tpl"; 
    3231    } 
    3332 
Note: See TracChangeset for help on using the changeset viewer.