Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.69 KB | None | 0 0
  1. <div class="event-fee">
  2.                     {$smarty.const.LNG_EVENTOPEN_TICKETS}:
  3.                     {if $v.price == '1'}
  4.                         {if $v.ticket_link != ''}
  5.                             <a href="{$v.ticket_link}">
  6.                                 {$v.price_1|number_format:2|replace:'.':','}{if $v.price_max > $v.price_1} - {$v.price_max|number_format:2|replace:'.':','}{/if}&euro;
  7.                                 <img src="{$smarty.const.SITE_URL}{$smarty.const.SITE_DIR}images/{$smarty.session.style.contrast}/Btn_Slider_R.svg">
  8.                             </a>
  9.                         {else}
  10.                             {$v.price_1|number_format:2|replace:'.':','}{if $v.price_max > $v.price_1} - {$v.price_max|number_format:2|replace:'.':','}{/if}&euro;
  11.                         {/if}
  12.                     {else}
  13.                         {$smarty.const.LNG_EVENTOPEN_PRICE_COSTFREE}
  14.                     {/if}
  15.                 </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement