diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 53b1cc66f1..1e01dfd308 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2009-08-11 Miguel de Dios + + * general/header.php: change the short php tags for standar php tags. + 2009-08-11 Miguel de Dios * godmode/servers/manage_recontask_form.php, diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 67daff83eb..3bd297712b 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -19,8 +19,8 @@ require_once ("include/functions_messages.php");
- .png" class="bot" alt="user" /> - [] + .png" class="bot" alt="user" /> + [] 0) { @@ -36,7 +36,7 @@ require_once ("include/functions_messages.php"); } ?>   - <?=__('Logout');?> + <?php echo __('Logout');?>