silverstripe-blog/templates/BlogManagementWidget.ss

6 lines
319 B
Scheme
Raw Normal View History

2012-05-21 04:58:26 +02:00
<ul>
<% if PostLink %><li><a href="$PostLink"><% _t('BlogManagementWidget_ss.POSTNEW', 'Post a new blog entry') %></a></li><% end_if %>
2012-05-21 04:58:26 +02:00
<% if CommentLink %><li><a href="$CommentLink">$CommentText</a></li><% end_if %>
<li><a href="Security/logout"><% _t('BlogManagementWidget_ss.LOGOUT', 'Logout') %></a></li>
2012-05-21 04:58:26 +02:00
</ul>