Go to admincp>style manager>your style>edit templates>navbar template
add this:
Code:
$template_hook[navbar_buttons_right]
<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
</if>
directly above this:
Code:
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<br />
<if condition="$show['notices']">
I think that will work.