From d32791a0015c62082d18ad69dfac4d04a9e1596c Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 11 Aug 2009 16:06:49 +0000 Subject: [PATCH] 2009-08-11 Miguel de Dios * 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 --- pandora_console/ChangeLog | 4 ++++ pandora_console/general/header.php | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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');?>