Changeset 2572 for temp/trunk


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

blank

File:
1 edited

Legend:

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

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