fixed position of link meta tag

This commit is contained in:
Sebastian Mendel
2005-11-04 13:20:40 +00:00
parent 1ee1e0594e
commit eb3f4f5d30
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ $Source$
- bug #1348189 after droping db some links in main.php are missing - bug #1348189 after droping db some links in main.php are missing
* header.inc.php, libraries/common.lib.php: * header.inc.php, libraries/common.lib.php:
- added class icon to img-tags - added class icon to img-tags
* header_meta_style.inc.php:
fixed position of link meta tag
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:

View File

@@ -22,8 +22,8 @@ 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>
<link rel="shortcut icon" href="favicon.ico" type="image/ico" />
<title><?php <title><?php
if(!empty($page_title)) if(!empty($page_title))
echo htmlspecialchars($page_title); echo htmlspecialchars($page_title);