HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

adding glyph on {signin_link}

fr3em1ndfr3em1nd ✭✭
edited August 2015 in Feedback

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>

Comments

  • Options
    Persian TigerPersian Tiger /etc/shadow New

    There is plenty of creative ways ! :pleased:

    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 ! :D

    Good Luck ! ;)

  • Options
    fr3em1ndfr3em1nd ✭✭
    edited August 2015

    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 :D

Sign In or Register to comment.