Changeset 2573


Ignore:
Timestamp:
2006/08/29 11:07:34 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/frontparts/bloc/cart.php

    r2572 r2573  
    11<?php 
    22 
    3 if (class_exists('LC_CartPage')) { 
    4     class LC_CartPage { 
    5         function LC_CartPage() { 
    6             /** ɬ¤ºÊѹ¹¤¹¤ë **/ 
    7             $this->tpl_mainpage = ROOT_DIR . BLOC_DIR.'cart.tpl';   // ¥á¥¤¥ó 
    8         } 
     3class LC_CartPage { 
     4    function LC_CartPage() { 
     5        /** ɬ¤ºÊѹ¹¤¹¤ë **/ 
     6        $this->tpl_mainpage = ROOT_DIR . BLOC_DIR.'cart.tpl';   // ¥á¥¤¥ó 
    97    } 
    108} 
Note: See TracChangeset for help on using the changeset viewer.