I have done this in my DefaultTheme.php around line 89:
Code: Select all
global $gCms; $config =& $gCms->GetConfig();
$thisuser->username = $user;
$whouser = lang('usertop');
$domain = lang('domain');
$user = $thisuser->username;
echo '<table width="100%" height="50px" border="0" cellspacing="0" cellpadding="0" bgcolor="#990000">
<tr>
<td style="padding-left:10px;color:#FFFFFF;"><div align="left">'.$domain.'<b>'.$config['sitename'].'</b><br>'.$whouser.''.$user.'</div></td>
<td><div align="right"><p class="logocontainer"><img src="themes/default/images/logo.png"></p></div></td>
</tr>
</table>';