HosipLan

Untitled

Dec 6th, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.18 KB | None | 0 0
  1. <div class="post" n:foreach="$posts as $post">
  2.   <h2>{$post['title']}</h2>
  3.   <p>{$post['author']} posted on date {$post['date']|date}</p>
  4.   <div>{$post['content']}</div>
  5. </div>
  6.  
Advertisement
Add Comment
Please, Sign In to add comment