mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2009-08-11 Miguel de Dios <miguel.dedios@artica.es>
* general/header.php: change the short php tags for standar php tags. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1839 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
99734514e3
commit
d32791a001
@ -1,3 +1,7 @@
|
||||
2009-08-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* general/header.php: change the short php tags for standar php tags.
|
||||
|
||||
2009-08-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/servers/manage_recontask_form.php,
|
||||
|
@ -19,8 +19,8 @@ require_once ("include/functions_messages.php");
|
||||
<tr>
|
||||
<td rowspan=2><div id="pandora_logo_header"></div></td>
|
||||
<td width="20%">
|
||||
<img src="images/user_<?=((is_user_admin ($config["id_user"]) == 1) ? 'suit' : 'green' );?>.png" class="bot" alt="user" />
|
||||
<a href="index.php?sec=usuarios&sec2=operation/users/user_edit" class="white"><?=__('You are');?> [<b><?=$config["id_user"];?></b>]</a>
|
||||
<img src="images/user_<?php if (is_user_admin ($config["id_user"]) == 1) echo 'suit'; else echo 'green'; ?>.png" class="bot" alt="user" />
|
||||
<a href="index.php?sec=usuarios&sec2=operation/users/user_edit" class="white"><?php echo __('You are');?> [<b><?php echo $config["id_user"];?></b>]</a>
|
||||
<?php
|
||||
$msg_cnt = get_message_count ($config["id_user"]);
|
||||
if ($msg_cnt > 0) {
|
||||
@ -36,7 +36,7 @@ require_once ("include/functions_messages.php");
|
||||
}
|
||||
?>
|
||||
|
||||
<a class="white_bold" href="index.php?bye=bye"><img src="images/log-out.png" alt="<?=__('Logout');?>" class="bot" /></a>
|
||||
<a class="white_bold" href="index.php?bye=bye"><img src="images/log-out.png" alt="<?php echo __('Logout');?>" class="bot" /></a>
|
||||
</td>
|
||||
|
||||
<td width="20%">
|
||||
|
Loading…
x
Reference in New Issue
Block a user