favicon on login panel
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
|||||||
2005-11-03 Marc Delisle <lem9@users.sourceforge.net>
|
2005-11-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
|
* tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
|
||||||
bug #1339184, problems in strict mode inserting auto-increment fields
|
bug #1339184, problems in strict mode inserting auto-increment fields
|
||||||
|
* libraries/header_meta_style.inc.php: favicon on login panel
|
||||||
|
|
||||||
2005-11-03 Michal Čihař <michal@cihar.com>
|
2005-11-03 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/common.lib.php: Incorrect message for validate links (bug
|
* libraries/common.lib.php: Incorrect message for validate links (bug
|
||||||
|
@@ -22,7 +22,7 @@ echo "<?xml version=\"1.0\" encoding=\"" . $GLOBALS['charset'] . "\"?".">";
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][2]; ?>" lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][2]; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][2]; ?>" lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][2]; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">
|
||||||
|
<link rel="shortcut icon" href="favicon.ico" type="image/ico" />
|
||||||
<head>
|
<head>
|
||||||
<title><?php
|
<title><?php
|
||||||
if(!empty($page_title))
|
if(!empty($page_title))
|
||||||
|
Reference in New Issue
Block a user