| Current Path : /home/purehotels/public_html/templates/purehotels/includes/ |
| Current File : /home/purehotels/public_html/templates/purehotels/includes/head.php |
<?php
/*------------------------------------------------------------------------
# author Gonzalo Suez
# Copyright © 2013 gsuez.cl. All rights reserved.
# @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website http://www.gsuez.cl
-------------------------------------------------------------------------*/// no direct access
defined('_JEXEC') or die;
JHtml::_('bootstrap.framework');
?>
<head>
<jdoc:include type="head" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="apple-touch-icon-precomposed" href="<?php echo $tpath; ?>/images/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo $tpath; ?>/images/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo $tpath; ?>/images/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo $tpath; ?>/images/apple-touch-icon-144x144-precomposed.png">
<!--[if lte IE 8]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<?php if ($pie == 1) : ?>
<style>
{behavior:url(<?php echo $tpath; ?>/js/PIE.htc);}
</style>
<?php endif; ?>
<![endif]-->
<script src="/templates/purehotels/js/jquery.jcarousel.js" type="text/javascript"></script>
<script src="/templates/purehotels/js/slider-hotel.js" type="text/javascript"></script>
</head>