Changeset 2573
- Timestamp:
- 2006/08/29 11:07:34 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/frontparts/bloc/cart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/frontparts/bloc/cart.php
r2572 r2573 1 1 <?php 2 2 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 } 3 class LC_CartPage { 4 function LC_CartPage() { 5 /** ɬ¤ºÊѹ¹¤¹¤ë **/ 6 $this->tpl_mainpage = ROOT_DIR . BLOC_DIR.'cart.tpl'; // ¥á¥¤¥ó 9 7 } 10 8 }
Note: See TracChangeset
for help on using the changeset viewer.
