go into themes/YOURTHEME/theme.php and find:
|
Code:
|
function themeheader() |
find this line of code (or something close to it):
|
Code:
|
$bienvenida = "<a href=\"modules.php?name=Your_Account&op=new_user\">Create an Account</a>"; |
simply add the link for the logout after the </a> in the create an account link , which is
|
Code:
|
<a href=\"modules.php?name=Your_Account&op=logout\"> |
save and upload