Advertisement
kailana

Untitled

Feb 23rd, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1.  
  2. {block:Photo}
  3. <!perma>{block:IndexPage}<div id="pperma">
  4. <div id="plik">{likebutton color=gray size=13}</div>
  5. <div id="preb">{reblogbutton color=gray size=13}</div>
  6. </div>{/block:IndexPage}
  7. <div id="poststyle">
  8. <div id="photo">
  9. {block:indexpage}<a href="{Permalink}" title="{notecountwithlabel}"><img src="{PhotoURL-500}"/></a>{/block:indexpage}
  10. {block:permalinkpage}<a href="{Permalink}" title="{notecountwithlabel}"><img src="{PhotoURL-500}"/></a>{/block:permalinkpage}
  11. </div>
  12. {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
  13. {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
  14. {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
  15. {block:PermalinkPage}<br>
  16. <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
  17. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  18. {/block:PermalinkPage}
  19. </div>{/block:Photo}
  20.  
  21. {block:Photoset}
  22. <!perma>{block:IndexPage}<div id="pperma">
  23. <div id="plik">{likebutton color=gray size=13}</div>
  24. <div id="preb">{reblogbutton color=gray size=13}</div>
  25. </div>{/block:IndexPage}
  26. <div id="poststyle">
  27. {block:indexpage}
  28. {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
  29. {block:ifbigposts}{Photoset-400}{/block:ifbigposts}
  30. {/block:indexpage}
  31. {block:permalinkpage}
  32. {block:ifonecolumn}{Photoset-400}{/block:ifonecolumn}
  33. {block:iftwocolumns}{Photoset-500}{/block:iftwocolumns}
  34. {/block:permalinkpage}
  35. {block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
  36. {block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
  37. {block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
  38. <!perma>{block:IndexPage}<div class="textperma">
  39. <a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
  40. {block:PermalinkPage}<br>
  41. <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
  42. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  43. {/block:PermalinkPage}
  44. </div>{/block:Photoset}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement