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

5 lines
208 B
Scheme
Raw Normal View History

2008-12-17 05:11:38 +01:00
<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>