Advertisement
Lykurg22

Untitled

Mar 1st, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <!-- Title / Page Headline -->
  2. <h1 class="headline pageTitle">
  3. <a href="[[~[[*id]]]]" rel="bookmark" title="">[[*pagetitle]]</a>
  4. <span>Posted by <a href="#">J. Smith</a> in <a href="#">Advertising</a> - [[*publishedon:strtotime:date=`%b`]] [[*publishedon:strtotime:date=`%d`]], [[*publishedon:strtotime:date=`%Y`]]</span>
  5. </h1>
  6.  
  7. <div class="hr"></div>
  8.  
  9. <!-- Breadcrumbs -->
  10. <p class="breadcrumbs">
  11. <a href="index.html">Home</a> <span>&raquo;</span> <a href="#">Some Page</a> <span>&raquo;</span> <a href="#">Some Page</a> <span>&raquo;</span> This Page
  12. </p>
  13.  
  14. <!-- Blog Post -->
  15. <div class="blogPost fullPost">
  16. <div class="blogPost blogPostSummary">
  17. <div class="blogPostImage">
  18. <a href="[[*id]]" class="img"><img src="[[*article_image]]" width="300" height="150" alt="blog post image" /></a>
  19. </div>
  20. [[*content]]
  21. </div>
  22. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement