Topic: Linking usernav "profile" to own profile
Hey i've got a problem with changing the usernav "Profile" link to go straight to my own profile. Ive tried changing the href in my header.tpl to:
<li class="home"><a href="{virtual_path}{member_profile_link}">{lang:"core","usermenu_page"}</a></li>
But, this only works when the account_home or member_profile modules are loaded, how can i make this work with every other page? Is there a header.php for the header somewhere which i can edit?
Cheers:)