?
Path : /home/admin/domains/happytokorea.net/public_html/test/templates/bt_arise/blocks/ |
Current File : /home/admin/domains/happytokorea.net/public_html/test/templates/bt_arise/blocks/head.php |
<?php /** * ------------------------------------------------------------------------ * JA T3 System plugin for Joomla 1.7 * ------------------------------------------------------------------------ * 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> <script type="text/javascript" src="<?php echo JURI::base(true).'/templates/' . T3_ACTIVE_TEMPLATE . '/js/jquery-1.7.1.min.js' ; ?>"></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') ?> <?php //JHTML::script(JURI::base() . '/templates/' . T3_ACTIVE_TEMPLATE . '/js/curvycorners.src.js') ?> <?php //JHTML::script(JURI::base() . '/templates/' . T3_ACTIVE_TEMPLATE . '/js/jquery-1.6.2.min.js') ?> <?php //JHTML::script('http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'); ?> <script type="text/javascript"> jQuery(document).ready(function (){ jQuery('#btl-panel-registration').hover( function(){ jQuery('.box-login').addClass(' reg-hover'); }, function(){ jQuery('.box-login').removeClass('reg-hover'); } ) }) </script>