Watch screenshot first
In this tips, I move the account name of navigation_visitor_tab on sidebar_visitor_panel
Go to sidebar_visitor_panel template and find:
replace with:
In this tips, I move the account name of navigation_visitor_tab on sidebar_visitor_panel
Go to sidebar_visitor_panel template and find:
Code:
<a href="{xen:link account}" class="navLink accountPopup" rel="Menu"><strong>{$visitor.username}</strong></a>
replace with:
Code:
<li class="navTab...
You do not have permission to view the full content of this resource.
Log in or register now.