silverstripe-blog/0.4.0-rc1/templates/BlogManagementWidget.ss

6 lines
241 B
Scheme
Raw Normal View History

2010-03-18 05:54:21 +01:00
<ul>
<li><a href="$PostLink"><% _t('POSTNEW', 'Post a new blog entry') %></a></li>
<% if CommentLink %><li><a href="$CommentLink">$CommentText</a></li><% end_if %>
<li><a href="Security/logout"><% _t('LOGOUT', 'Logout') %></a></li>
</ul>