silverstripe-blog/templates/BlogManagementWidget.ss

5 lines
208 B
Scheme
Raw Permalink Normal View History

2007-09-06 22:33:58 +00:00
<ul>
<li><a href="$PostLink"><% _t('POSTNEW', 'Post a new blog entry') %></a></li>
2007-09-06 22:33:58 +00:00
<li><a href="$CommentLink">$CommentText</a></li>
<li><a href="Security/logout"><% _t('LOGOUT', 'Logout') %></a></li>
2007-09-06 22:33:58 +00:00
</ul>