From 1da9951ce46593f4dddaf6ddc633f74123b272be Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 6 Sep 2011 16:22:40 +0000 Subject: [PATCH] 2011-09-06 Miguel de Dios * general/pandora_help.php: changet the text align of footer. Fixes: #3371432 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4924 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/general/pandora_help.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0dcc6fe914..94cd43ffb1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2011-09-06 Miguel de Dios + + * general/pandora_help.php: changet the text align of footer. + + Fixes: #3371432 + 2011-09-06 Miguel de Dios * operation/messages/message.php: now show more error messages in case the diff --git a/pandora_console/general/pandora_help.php b/pandora_console/general/pandora_help.php index a0effd73d4..fa1a1f287c 100644 --- a/pandora_console/general/pandora_help.php +++ b/pandora_console/general/pandora_help.php @@ -78,7 +78,7 @@ echo '
'; require_once ($help_file); echo '
'; echo '


'; -echo '
'; +echo '
'; include ('footer.php'); echo '
'; ?>