Advertisement
abushyk

mycitylist.tpl

Jan 27th, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.14 KB | None | 0 0
  1. {foreach from=$mycitylist item=mycitylistitem}
  2. <a href="{$estate_folder}/?city_id={$mycitylistitem.city_id}">{$mycitylistitem.name}</a>
  3. {/foreach}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement