Advertisement
xlrnxnlx

t

Oct 12th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.63 KB | None | 0 0
  1. <vb:if condition="$post['userid']">
  2.     <dt>{vb:rawphrase post_thanks_thanks}</dt>
  3.     <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
  4.  
  5.     <vb:if condition="$post['post_thanks_thanked_times'] == 1">
  6.         <dt>{vb:rawphrase post_thanks_time_post}</dt>
  7.     <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
  8.         <dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
  9.     <vb:else />
  10.         <dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
  11.     </vb:if>
  12. </vb:if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement