Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/Smarty/templates/default/campaign/index.tpl

    r16582 r18609  
    8383    if(<!--{$tpl_init}-->) { 
    8484        var ids = fnGetIds(); 
    85         location.href = './index.php?init=1&ids=' + ids; 
     85        location.href = '?init=1&ids=' + ids; 
    8686    } else { 
    8787        <!--{$tpl_onload}--> 
     
    9393//--> 
    9494</script> 
    95 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
     95<form name="form1" id="form1" method="post" action="?"> 
    9696<input type="hidden" name="mode" value="cart" /> 
    9797<input type="hidden" name="product_id" value="" /> 
Note: See TracChangeset for help on using the changeset viewer.