diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 6b8be99f9d..c4cf670aea 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2010-11-03 Raul Mateos + + * index.php: Updated year :-D + + * general/footer.php, header.php: Updated year. Fixed some HTML strings + to improve W3C validation. A lot of work to do in this area. + 2010-11-03 Miguel de Dios * include/functions_html.php: added the function diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index 12819d4377..00fae5e939 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 77f204a098..665dedb0f7 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,14 +19,14 @@ $msg_cnt = 0; ?> - "; - echo " -
+ "; + echo "Pandora FMS Opensource"; } else { - echo "Pandora FMS Enterprise"; + echo "Pandora FMS Enterprise"; } ?> @@ -115,15 +115,15 @@ $msg_cnt = 0; echo ''; } echo ""; + echo ""; echo ""; if (isset($config["custom_logo"])) - echo ""; + echo ""; ?>
+