File: /home/www/terrazasgreen2/instalaciones/application/views/templates/links.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Terrazas - Green</title>
<link rel="stylesheet" href="<?php echo base_url();?>/application/views/estilo.css" type="text/css">
<script type="text/javascript" src="<?php echo base_url();?>/js/jquery.js"></script>
</head>
<body>
<div id="menu_horizontal">
<div id="links">
<?php
if (isset($links))
foreach ($links as $etiqueta=>$href):
?>
<a class="enlace_izq" href="<?=$href?>">
<?= $etiqueta?>
</a>
<?php
endforeach;
if (!$who_is_logged):
?>
<a class="enlace_der" href="<?php echo base_url();?>/wp-login.php">Iniciar sesión</a>
<?php
endif;
?>
</div>
</div>
<div id="contenedor">