mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
c044f8c7e9
Renamed auto-template entities from ".ss" to "_ss" to avoid clashes with YAML namespaces
6 lines
319 B
Scheme
6 lines
319 B
Scheme
<ul>
|
|
<% if PostLink %><li><a href="$PostLink"><% _t('BlogManagementWidget_ss.POSTNEW', 'Post a new blog entry') %></a></li><% end_if %>
|
|
<% if CommentLink %><li><a href="$CommentLink">$CommentText</a></li><% end_if %>
|
|
<li><a href="Security/logout"><% _t('BlogManagementWidget_ss.LOGOUT', 'Logout') %></a></li>
|
|
</ul>
|