Changeset 11039 for temp/branches
- Timestamp:
- 2006/12/21 10:50:36 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl
r11038 r11039 9 9 10 10 for (var i = 0; i < change_tag.length; i++) { 11 str = change_tag.item(i).id; 12 if (str.match('cart_tag_*')) { 13 ids += change_tag.item(i).id + '-'; 11 str = change_tag.item(i).id; 12 if (str.match('cart_tag_*')) { 13 if(i > 0) ids += '-'; 14 ids += change_tag.item(i).id; 14 15 } 15 16 }
Note: See TracChangeset
for help on using the changeset viewer.
