Thread: class colour
View Single Post
  #3  
Old 14th April 2012, 15:23
HUnter83 HUnter83 is offline
Senior Member
 
Join Date: Aug 2010
United Kingdom
Posts: 46
Default
line on bittorrent php

Code:
"<div id='statusbar'>".
        "<b><div style='float:left;color:black;'>{$lang['gl_msg_welcome']}: </b><a href='userdetails.php?id={$CURUSER['id']}'>{$CURUSER['username']}</a> (&nbsp;" . get_user_class_name($CURUSER["class"]) ." )" .
and line on userdetails.php

Code:
    $HTMLOUT .= "<tr><td class='rowhead'>{$lang['userdetails_class']}</td><td align='left'>" . get_user_class_name($user["class"]) . "</td></tr>\n";
Reply With Quote