- Timestamp:
- 2006/12/21 10:39:11 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/campaign/default/index.php
r10985 r11030 19 19 $objQuery = new SC_Query(); 20 20 21 22 23 24 21 // ¥Ç¥£¥ì¥¯¥È¥ê̾¤ò¼èÆÀ 25 22 $dir_name = dirname($_SERVER['PHP_SELF']); … … 31 28 } else { 32 29 $status = CAMPAIGN_TEMPLATE_END; 30 } 31 32 if($_GET['test'] != "") { 33 $objPage->tpl_test = 'false'; 34 } else { 35 $objPage->tpl_test = 'true'; 33 36 } 34 37
Note: See TracChangeset
for help on using the changeset viewer.
