Created
August 27, 2013 02:00
-
-
Save hailwood/6348872 to your computer and use it in GitHub Desktop.
This file contains 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
<div class="top-account-control visible-desktop"> | |
<div class="dropdown"> | |
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Welcome back, #{$writer->data('username')}!</a> | |
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> | |
<li><a tabindex="-1" href="/writer/{$writer->data('username')}"><i class="icon icon-user"></i> Writer's Profile</a></li> | |
<li><a tabindex="-1" href="/account"><i class="icon icon-cog"></i> Account Management</a></li> | |
<li class="divider"></li> | |
<li><a tabindex="-1" href="/logout"><i class="icon icon-signout"></i> Logout</a></li> | |
</ul> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment