silverstripe-blog/templates/BlogManagementWidget.ss
2007-12-18 01:41:51 +00:00

5 lines
208 B
Scheme

<ul>
<li><a href="$PostLink"><% _t('POSTNEW', 'Post a new blog entry') %></a></li>
<li><a href="$CommentLink">$CommentText</a></li>
<li><a href="Security/logout"><% _t('LOGOUT', 'Logout') %></a></li>
</ul>