Created
August 5, 2010 19:26
-
-
Save arockwell/510246 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <#if loginName??> | |
| <li> | |
| Logged in as <strong>${loginName}</strong> (<a href="${urls.logout}">Log out</a>) | |
| </li> | |
| <li><a href="${urls.siteAdmin}">Site Admin</a></li> | |
| <#else> | |
| <li><a title="log in to manage this site" href="${urls.login}">Log in</a></li> | |
| </#if> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment