Changeset 1448 for temp/trunk
- Timestamp:
- 2006/08/24 09:10:45 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
order/index.php (modified) (1 diff)
-
products/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/order/index.php
r1447 r1448 5 5 class LC_Page { 6 6 function LC_Page() { 7 //$this->tpl_mainpage = 'order/index.tpl';7 $this->tpl_mainpage = 'order/index.tpl'; 8 8 $this->tpl_subnavi = 'order/subnavi.tpl'; 9 9 $this->tpl_mainno = 'order'; -
temp/trunk/html/admin/products/index.php
r1328 r1448 107 107 108 108 $where = "delete = 0"; 109 110 / * ÆþÎÏ¥¨¥é¡¼¤Ê¤· */109 /* 110 // ÆþÎÏ¥¨¥é¡¼¤Ê¤· 111 111 if (count($objPage->arrErr) == 0) { 112 112 foreach ($objPage->arrForm as $key => $val) { … … 252 252 } 253 253 } 254 */ 254 255 } 255 256
Note: See TracChangeset
for help on using the changeset viewer.
