Changeset 1237
- Timestamp:
- 09/18/2008 06:31:48 AM (2 years ago)
- Files:
-
- 1 modified
-
branches/1.1.6.6/templates/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.6.6/templates/header.php
r1227 r1237 19 19 <?php if ($this->GetMethod() != 'show' || $this->page["latest"] == 'N' || $this->page["tag"] == 'SandBox') echo "<meta name=\"robots\" content=\"noindex, nofollow, noarchive\" />\n"; ?> 20 20 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 21 <meta name="keywords" content="<?php echo $this-> GetConfigValue("meta_keywords") ?>" />22 <meta name="description" content="<?php echo $this-> GetConfigValue("meta_description") ?>" />21 <meta name="keywords" content="<?php echo $this->htmlspecialchars_ent($this->GetConfigValue("meta_keywords")) ?>" /> 22 <meta name="description" content="<?php echo $this->htmlspecialchars_ent($this->GetConfigValue("meta_description")) ?>" /> 23 23 <link rel="stylesheet" type="text/css" href="css/<?php echo $this->GetConfigValue("stylesheet") ?>" /> 24 24 <link rel="stylesheet" type="text/css" href="css/print.css" media="print" />