function print_maintenance_head($vars)
    {
        foreach (array_keys($vars) as $name) {
            ${$name} =& $vars[$name];
        }
        ?>
<!DOCTYPE html >
<html lang="<?php 
        echo get_page_language($language);
        ?>
" <?php 
        echo get_page_direction($language);
        ?>
 >
<head>
  <?php 
        echo $head;
        ?>
  <title><?php 
        if (isset($head_title)) {
            echo $head_title;
        }
        ?>
</title>  
  <?php 
        echo $styles;
        ?>
  <?php 
        echo $scripts;
        ?>
  <!-- Created by Artisteer v4.0.0.58475 -->

<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width">
<meta name="description" content="Colombianosune permite a la población colombiana en el exterior mantener vínculos y comunicación entre si y con Colombia, proporcionando información, interacción y participación facilitando un proceso migratorio informado y el desarrollo de proyectos para su beneficio." />
<meta name="keywords" content="colombianos en el exterior, pensiones, consulados, servicios, colombianos destacados, eventos, normativa migratoria, negocios, concursos,
comunidad, cancilleria, trámites, oferta laboral, comercio, cultura, conocimiento, retorno, migracion,  noticias, ver, becas, convocatorias "/>
  

<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

<!--[if lte IE 7]><link rel="stylesheet" href="<?php 
        echo base_path() . $directory;
        ?>
/style.ie7.css" media="screen" /><![endif]-->


</head>

<body <?php 
        if (!empty($body_classes)) {
            echo 'class="' . $body_classes . '"';
        }
        ?>
>
<?php 
    }
Example #2
0
    function print_head($vars)
    {
        foreach (array_keys($vars) as $name) {
            ${$name} =& $vars[$name];
        }
        ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php 
        echo get_page_language($language);
        ?>
" xml:lang="<?php 
        echo get_page_language($language);
        ?>
" <?php 
        echo get_page_direction($language);
        ?>
 >
<head>
  <?php 
        echo $head;
        ?>
  <title><?php 
        if (isset($head_title)) {
            echo $head_title;
        }
        ?>
</title>  
  <?php 
        echo $styles;
        ?>
  <?php 
        echo $scripts;
        ?>
  <!--[if IE 6]><link rel="stylesheet" href="<?php 
        echo $base_path . $directory;
        ?>
/style.ie6.css" type="text/css" media="screen" /><![endif]-->  
  <!--[if IE 7]><link rel="stylesheet" href="<?php 
        echo $base_path . $directory;
        ?>
/style.ie7.css" type="text/css" media="screen" /><![endif]-->
  <script type="text/javascript"><?php 
        ?>
 </script>
</head>

<body <?php 
        if (!empty($body_classes)) {
            echo 'class="' . $body_classes . '"';
        }
        ?>
>
<?php 
    }