Topic: Login and Signup code
Im trying to understand the code below and mod it to replace with a login and signup button please guide me.
code:
<ul>
<li>{anchor:url1="account/login/",url2="index.php?m=account_login",name="core|menu_login",pre="<span>",pro="</span>"} </li>
<li>{anchor:url1="account/register/",url2="index.php?m=account_register",name="core|menu_register" ,pre="<span>",pro="</span>"}</li>
</ul>
where do i add the img src code at above?
thanks..