loreakasmatzen_docker/data/inc/head.php

15 lines
806 B
PHP
Raw Normal View History

2022-11-09 20:19:30 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo _LANG?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php echo $head_title?></title>
<meta name="description" content="<?php echo $head_description?>" />
<meta name="keywords" content="<?php echo $head_keywords?>" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/print.css" rel="stylesheet" type="text/css" media="print" />
<link rel="shortcut icon" href="../images/star.gif" />
<!--[if lte IE 7]>
<link href="../css/estilos_ie.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head>