Hello all,
I've run into a problem that has me stumped (yet its such a simple solution - I just dont know that much about PHP) and I hope someone here can help me out.
I have the following line of code.
Code:
<?php
echo "<a href=\"".$forumpath."login.php?$session[sessionurl]do=logout&logouthash=$logouthash";
echo $vbulletin->userinfo['logouthash'];
echo "\">";
echo ">Log Out</a>";
?>
My problem is, the "Log Out" text is not following the CSS Style Sheet. How would I get this line of code to use the login_text CSS class?
Thanks for any help I can get!
Cynpro
|