2008-10-11 Raul Mateos <raulofpandora@gmail.com>
* 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1144 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c5d701faf0
commit
7e05ea9f60
|
@ -1,3 +1,9 @@
|
|||
2008-10-11 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* 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 <marostegui@artica.es>
|
||||
|
||||
* extensions/update_manager/main.php: Small language correction
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
|
||||
// Pandora FMS - the Flexible Monitoring System
|
||||
// =============================================
|
||||
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es
|
||||
// Please see http://pandora.sourceforge.net for full contribution list
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
|
@ -32,8 +34,10 @@ if ((isset($develop_bypass)) AND ($develop_bypass == 1)) {
|
|||
echo ' - Saved '.format_numeric ($sql_cache["saved"]).' Queries';
|
||||
}
|
||||
echo '</a><br>';
|
||||
echo '<a href="http://www.mozilla-europe.org/en/firefox/"><img src="'.$config["homeurl"].'/images/firefox.gif" align="middle"
|
||||
title="'.__('Pandora FMS console is best viewed with Firefox web browser').'" /></a>';
|
||||
echo '<a href="http://www.mozilla-europe.org/en/firefox/"><img
|
||||
src="'.$config["homeurl"].'/images/firefox.png"
|
||||
align="middle"
|
||||
title="'.__('Pandora FMS console is best viewed with Firefox web browser').'" /></a>';
|
||||
echo "</center>";
|
||||
|
||||
?>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 875 B |
Loading…
Reference in New Issue