Changeset 11046 for temp/branches
- Timestamp:
- 2006/12/21 13:09:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl
r11042 r11046 12 12 str = change_tag.item(i).id; 13 13 if (str.match('cart_tag_*')) { 14 ids += change_tag.item(i).id; 14 var nama_id = change_tag.item(i).id; 15 arrIds = nama_id.split("_"); 16 17 ids += arrIds[2]; 15 18 if (count > 0) ids += '-'; 16 19 count ++;
Note: See TracChangeset
for help on using the changeset viewer.
