Молния
Постоялец
- Регистрация
- 7 Сен 2015
- Сообщения
- 130
- Реакции
- 11
- Автор темы
- #1
Джумла 3.7.2, шаблон Shaper University. Возникла необходимость добавить свою позицию модуля в шаблон, но в отличии от предыдущих версий Джумлы, да и шаблона, в этом всё совсем не так. В файле index.php отсутствует вся структура, не известно куда всё вынесено. Как добавить, а точнее в какой файл лезть, чтобы добавить код мне не ясно. Подскажите пожалуйста, куда лезть и что писать.
Не пишите ответы наподобие - "попробуй посмотреть там" и "может быть тут".
Вот так выглядит файл index.php
--------------------------------------------------------------------------------
<?php
/**
* @package Helix Framework
* Template Name - Shaper Helix
* Template Version 1.0.3
* @AUTHOR JoomShaper Responsive Joomla Templates & Premium Themes Club | JoomShaper
* @CopyRight Copyright (c) 2010 - 2013 JoomShaper
* @license GNU General Public License v2.0 - GNU Project - Free Software Foundation 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">
<meta name="yandex-verification" content="">
<jdoc:include type="head" />
<link rel="stylesheet" href="rus-yz.css" type="text/css" />
<?php
$this->helix->Header()
->addJS('fixed-menu.js') //fixed menu
->setLessVariables(array(
'preset'=>$this->helix->Preset(),
'header_color'=> $this->helix->PresetParam('_header'),
'menu_color'=> $this->helix->PresetParam('_menu'),
'bg_color'=> $this->helix->PresetParam('_bg'),
'text_color'=> $this->helix->PresetParam('_text'),
'link_color'=> $this->helix->PresetParam('_link'),
'footer_color'=> $this->helix->PresetParam('_footer')
))
->addLess('master', 'template')
->addLess( 'presets', 'presets/'.$this->helix->Preset() );
?>
</head>
<body <?php echo $this->helix->bodyClass('bg hfeed ' . $class . ' clearfix'); ?>>
<div class="body-innerwrapper">
<?php
$this->helix->layout();
$this->helix->Footer();
?>
<jdoc:include type="modules" name="debug" />
</div>
</body>
</html>
--------------------------------------------------------------------------------
Не пишите ответы наподобие - "попробуй посмотреть там" и "может быть тут".
Вот так выглядит файл index.php
--------------------------------------------------------------------------------
<?php
/**
* @package Helix Framework
* Template Name - Shaper Helix
* Template Version 1.0.3
* @AUTHOR JoomShaper Responsive Joomla Templates & Premium Themes Club | JoomShaper
* @CopyRight Copyright (c) 2010 - 2013 JoomShaper
* @license GNU General Public License v2.0 - GNU Project - Free Software Foundation 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">
<meta name="yandex-verification" content="">
<jdoc:include type="head" />
<link rel="stylesheet" href="rus-yz.css" type="text/css" />
<?php
$this->helix->Header()
->addJS('fixed-menu.js') //fixed menu
->setLessVariables(array(
'preset'=>$this->helix->Preset(),
'header_color'=> $this->helix->PresetParam('_header'),
'menu_color'=> $this->helix->PresetParam('_menu'),
'bg_color'=> $this->helix->PresetParam('_bg'),
'text_color'=> $this->helix->PresetParam('_text'),
'link_color'=> $this->helix->PresetParam('_link'),
'footer_color'=> $this->helix->PresetParam('_footer')
))
->addLess('master', 'template')
->addLess( 'presets', 'presets/'.$this->helix->Preset() );
?>
</head>
<body <?php echo $this->helix->bodyClass('bg hfeed ' . $class . ' clearfix'); ?>>
<div class="body-innerwrapper">
<?php
$this->helix->layout();
$this->helix->Footer();
?>
<jdoc:include type="modules" name="debug" />
</div>
</body>
</html>
--------------------------------------------------------------------------------
Последнее редактирование: