Quote:
Originally Posted by Abe1
styles and templates
are you sure you know vb well ???
|
Ah yea, i got it:
Code:
<!-- This is where the top logo image goes -->
Is it that part that corresponds with:
Code:
find:
--------------------------------------------------------------------
<!-- logo -->
--------------------------------------------------------------------
BEFORE place this:
--------------------------------------------------------------------
<!-- Start Admin Log In As User -->
<if condition="$_REQUEST['admin_log_in_as_user'] OR $_COOKIE[COOKIE_PREFIX . 'admin_log_in_as_user']">
<div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px"><a href="$vboptions[forumhome].php?$session[sessionurl]&log_out_admin_log_in_as_user=true">$vbphrase[admin_log_out_as_user]</a></div>
</if>
<!-- End Admin Log In As User -->
--------------------------------------------------------------------
EDIT: OK i figured it out. Thanks, its all fine now