(28 ноя 2015, 22:25) (
0/
0)
[
0]
Ghost, поправил код
(28 ноя 2015, 19:10) (
1/
0)
[
1]
{ echo '<table style="width:100%" cellspacing="0" cellpadding="0"><tr>
<td class="panel2" style="width: 25%">Вы - <strong>'.$user_data['login'].'</strong></td>
'.($user_data['level'] == 2 ? "<td class='panel' style='width: 25%'><a href='http://".$set['home']."/adm_panel/index.php'>Админка </a></td>" : NULL).'
<td class="panel" style="width: 25%"><a href="http://'.$set['home'].'/m/office">Кабинет</a></td>
<td class="panel" style="width: 25%"><a href="http://'.$set['home'].'/exit">Выход</a></td>
</tr></table>';
}