mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
6 lines
241 B
Scheme
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>
|