File: /home/contexpert/public_html/admin/fisier/antet.php
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50%" onclick="parent.location='?'"><img src="admin/imagini/logo.gif" width="100" height="30" alt="Logo Web Expert" /> <strong>adminPanel v1.03c</strong></td>
<td width="50%" class="aliniere_dreapta"><?
echo '<a href="?legatura=ajutor">Ajutor</a> | ';
if ($sesiune == 'activa') { //in cazul in care sesiunea este activa apar datele de indentificare si butonul de delogare
echo 'Eşti logat ca <strong>'.$_SESSION['utilizator'].'</strong> ';
echo '[ <a href="admin/fisier/delogare.php">Delogare</a> ]';
}
?></td>
</tr>
</table>