Guest User

Untitled

a guest
Jul 11th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <txp:smd_bio_info author="SMD_PRIVS:5" items="name">
  2. <txp:variable name="fan_name"
  3. value='<txp:smd_bio_info author="{smd_bio_info_item}"
  4. items="name" label="" />' />
  5. <txp:variable name="fan_RealName"
  6. value='<txp:smd_bio_info author="{smd_bio_info_item}"
  7. items="RealName" label="" />' />
  8.  
  9. <a class="image"
  10. href="/community/blog/<txp:variable name="fan_name" />"
  11. title="browse other posts by this author">
  12. <img class="thumb"
  13. src="/images/<txp:smd_bio_info author='{smd_bio_info_item}'
  14. items='image' label='' />.jpg"
  15. alt="No image yet"
  16. width="44" height="45" />
  17. </a>
  18. <div class="summary">
  19. <h3><a href="/community/blog/<txp:variable name="fan_name" />"
  20. title="browse other posts by this author">
  21. <txp:variable name="fan_RealName" />
  22. </a>
  23. </h3>
  24. <p><txp:smd_bio_info author='{smd_bio_info_item}'
  25. items='profile' label='' />
  26. </p>
  27. </div>
  28. <a class="more"
  29. href="/community/blog/<txp:variable name="fan_name" />">
  30. View all <txp:variable name="fan_RealName" /> posts
  31. </a>
  32. </txp:smd_bio_info>
Add Comment
Please, Sign In to add comment