diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 020f615472..cd6c317af9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2008-10-11 Raul Mateos + + * images/firefox.png: Moved from .gif to .png. WE SHOLDN'T USE .gif FILES! + + * general/footer.php: Added year header. Changed image link to .png + 2008-10-11 Manuel Arostegui * extensions/update_manager/main.php: Small language correction diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index 322488673a..5b5913d81a 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -1,6 +1,8 @@
'; -echo ''; +echo ''; echo ""; ?> diff --git a/pandora_console/images/firefox.gif b/pandora_console/images/firefox.gif deleted file mode 100644 index 50d88f7332..0000000000 Binary files a/pandora_console/images/firefox.gif and /dev/null differ diff --git a/pandora_console/images/firefox.png b/pandora_console/images/firefox.png new file mode 100644 index 0000000000..59467c6865 Binary files /dev/null and b/pandora_console/images/firefox.png differ