?
Path : /home/admin/public_html/old/happy2/plugins/system/jat3/jat3/base-themes/default/blocks/ |
Current File : /home/admin/public_html/old/happy2/plugins/system/jat3/jat3/base-themes/default/blocks/head.php |
<?php /** * ------------------------------------------------------------------------ * JA T3v2 System Plugin for J25 & J31 * ------------------------------------------------------------------------ * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved. * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html * Author: J.O.O.M Solutions Co., Ltd * Websites: http://www.joomlart.com - http://www.joomlancers.com * ------------------------------------------------------------------------ */ // No direct access defined('_JEXEC') or die; ?> <script type="text/javascript"> var siteurl='<?php echo JURI::base(true) ?>/'; var tmplurl='<?php echo JURI::base(true)."/templates/".T3_ACTIVE_TEMPLATE ?>/'; var isRTL = <?php echo $this->isRTL()?'true':'false' ?>; </script> <jdoc:include type="head" /> <?php if (T3Common::mobile_device_detect()=='iphone'):?> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1; user-scalable=1;" /> <meta name="apple-touch-fullscreen" content="YES" /> <?php endif;?> <?php if (T3Common::mobile_device_detect()):?> <meta name="HandheldFriendly" content="true" /> <?php endif;?> <link href="<?php echo T3Path::getUrl('images/favicon.ico') ?>" rel="shortcut icon" type="image/x-icon" /> <?php JHTML::stylesheet ( 'templates/system/css/system.css') ?> <?php JHTML::stylesheet ( 'templates/system/css/general.css') ?>