Ignore:
Timestamp:
2006/12/21 10:39:11 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/campaign/default/index.php

    r10985 r11030  
    1919$objQuery = new SC_Query(); 
    2020 
    21  
    22  
    23  
    2421// ¥Ç¥£¥ì¥¯¥È¥ê̾¤ò¼èÆÀ 
    2522$dir_name = dirname($_SERVER['PHP_SELF']); 
     
    3128} else { 
    3229    $status = CAMPAIGN_TEMPLATE_END; 
     30} 
     31 
     32if($_GET['test'] != "") { 
     33    $objPage->tpl_test = 'false'; 
     34} else { 
     35    $objPage->tpl_test = 'true';     
    3336} 
    3437 
Note: See TracChangeset for help on using the changeset viewer.