hi guys what do i need to do to add a glyph on {signin_link} in the .tpl?
right now it generates: <a class="Selected" rel="nofollow" href="/bootstrap/entry/signin">Sign In</a>
<a class="Selected" rel="nofollow" href="/bootstrap/entry/signin">Sign In</a>
There is plenty of creative ways !
You Can Use <a class="Selected" rel="nofollow" href="/bootstrap/entry/signin"><span class="glyphicon glyphicon-exclamation-sign"></span> Sign In </a> instead{signin_link} and jQuery is another way !
<a class="Selected" rel="nofollow" href="/bootstrap/entry/signin"><span class="glyphicon glyphicon-exclamation-sign"></span> Sign In </a>
{signin_link}
Good Luck !
hey there thanks yep, i got this resolved by this:
{signin_link text="<span class=\"InformSprite SpSignIn\"> Signin"}
I'm good thanks., wanna keep dynamic as possible
Comments
There is plenty of creative ways !
You Can Use
<a class="Selected" rel="nofollow" href="/bootstrap/entry/signin"><span class="glyphicon glyphicon-exclamation-sign"></span> Sign In </a>
instead
{signin_link}
and jQuery is another way !
Good Luck !
hey there thanks yep, i got this resolved by this:
{signin_link text="<span class=\"InformSprite SpSignIn\"> Signin"}
I'm good thanks., wanna keep dynamic as possible