2011-07-27 Sergio Martin <sergio.martin@artica.es>

* include/functions_ui.php: Fixed shortcut icon link to avoid
	favicon.ico miss error in the apache log



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4635 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2011-07-27 15:05:09 +00:00
parent b44ae1a8a3
commit 8788a2ebc6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-07-27 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php: Fixed shortcut icon link to avoid
favicon.ico miss error in the apache log
2011-07-27 Sancho lerena <slerena@artica.es>
* operation/servers/view_server.php: Fixed position of create button.

View File

@ -897,6 +897,7 @@ function ui_process_page_head ($string, $bitfield) {
<meta name="keywords" content="pandora, monitoring, system, GPL, software" />
<meta name="robots" content="index, follow" />
<link rel="icon" href="images/pandora.ico" type="image/ico" />
<link rel="shortcut icon" href="images/pandora.ico" type="image/x-icon" />
<link rel="alternate" href="operation/events/events_rss.php" title="Pandora RSS Feed" type="application/rss+xml" />';
if ($config["language"] != "en") {