silverstripe-blog/0.4.0-rc1/templates/BlogManagementWidget.ss
2010-03-18 04:54:21 +00:00

6 lines
241 B
Scheme

<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>