Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <% if BlogEntries %>
  2. <% loop BlogEntries %>
  3. <% include BlogSummary %>
  4. <% end_loop %>
  5. <% else %>
  6. <h2><% _t('BlogHolder_ss.NOENTRIES', 'There are no blog entries') %></h2>
  7. <% end_if %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement