Advertisement
aggelosQQ

Untitled

Oct 3rd, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. {$ignore_bit}
  2. <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
  3. <div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
  4. <div class="post_author scaleimages">
  5. <div class="author_information">
  6. <strong><span class="largetext">{$post['profilelink']}</span></strong><br />
  7. <span class="smalltext">
  8. {$post['usertitle']}<br />
  9. {$post['threadstarter']}
  10. {$post['userstars']}
  11. {$post['groupimage']}
  12. </span>
  13. </div><br />
  14. {$post['useravatar']}
  15. <div class="author_statistics">
  16. {$post['user_details']}
  17. </div>
  18. </div>
  19. <div class="post_content">
  20. <div class="post_head">
  21. {$post['posturl']}
  22. {$post['icon']}
  23. <span class="post_date"><i class="fa fa-clock-o fa_xtra pd"></i>{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
  24. {$post['subject_extra']}
  25. </div>
  26. <div class="post_body scaleimages" id="pid_{$post['pid']}">
  27. {$post['message']}
  28. </div>
  29. {$post['attachments']}
  30. {$post['signature']}
  31. <div class="post_meta" id="post_meta_{$post['pid']}">
  32. {$post['iplogged']}
  33. </div>
  34. </div>
  35. <div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>
  36. <div class="post_controls">
  37. <span class="float_left" style="padding-left: 3px; padding-top: 7px; display: inline-block;">{$post['onlinestatus']}</span>
  38. <div class="postbit_buttons author_buttons float_left">
  39. {$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
  40. </div>
  41. <div class="postbit_buttons post_management_buttons float_right">
  42. {$post['button_tyl']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
  43. </div>
  44. <div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>
  45. </div>
  46. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement