Changeset 11029 for temp/branches
- Timestamp:
- 2006/12/21 10:39:01 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl
r11028 r11029 10 10 for (var i = 0; i < change_tag.length; i++) { 11 11 str = change_tag.item(i).id; 12 if (str.match(' test_*')) {12 if (str.match('cart_tag_*')) { 13 13 ids .= change_tag.item(i).id + '-'; 14 14 } … … 18 18 } 19 19 20 if(<!--{$tpl_test}-->) 20 if(<!--{$tpl_test}-->) { 21 21 function init() { 22 22 alert(test());
Note: See TracChangeset
for help on using the changeset viewer.
