15 lines
811 B
Plaintext
15 lines
811 B
Plaintext
|
<!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=iso-8859-1" />
|
||
|
<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>
|