titandeen
Новичок
Дата регистрации:
29.09.2013 10:35:11
Сообщений: 1
<?php 24 стролку красным выделил! Помогите если кто знает как!
/**
* @package Helix Framework
* Template Name - Shaper Helix
* Template Version 1.0.0
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 20010 - 2013 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
//no direct accees
defined ('_JEXEC') or die ('resticted aceess');
?><!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<?php echo $this->language; ?>"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="<?php echo $this->language; ?>"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="<?php echo $this->language; ?>"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="<?php echo $this->language; ?>"> <!--<![endif]-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<jdoc:include type="head" />
<?php
$this->helix->Header()
->addCSS('jquery.selectbox.css')
->addJS('jquery.selectbox-0.2.js')
->addInlineJS('
spnoConflict(function ($) {
$(".product select".selectbox();
});