Шановні форумчани і користувачі Joomlа! Прошу у Вас допомоги, бо сам не взмозі впоратися. Встановив на сайт: http://www.yjsimplegrid.com/ . Не можу розібратися, де основний файл з кодом. Не можу змінити ні заголовок, ні інші компоненти, все прописано у якомусь файлі, який не можу знайти. В панелі управління Joomla відредагувати шаблон не вдається, пропонується:
<?php
/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework ||
|| # Copyright (C) 2010 Youjoomla LLC. All Rights Reserved. ||
|| # license - PHP files are licensed under GNU/GPL V2 ||
|| # license - CSS - JS - IMAGE files are Copyrighted material ||
|| # bound by Proprietary License of Youjoomla LLC ||
|| # for more information visit http://www.youjoomla.com/license.html ||
|| # Redistribution and modification of this software ||
|| # is bounded by its licenses ||
|| # websites - http://www.yjsimplegrid.com ||
|| #################################################################### ||
\*======================================================================*/
/*
YJSG Framework version Stable 1.0.13 - 5-16-2012
*/
defined( '_JEXEC' ) or die( 'Restricted index access' );
define( 'TEMPLATEPATH', dirname(__FILE__) );
require( TEMPLATEPATH.DS."yjsgcore/yjsg_core.php");/* YJSGFramework main functions*/
require(TEMPLATEPATH.DS."yjsgcore/".$yjsg_getmain.""); /* 2 default views | yjsg_main.php = desktop | yjsg_mobile.php = mobile devices */
?>
Коли відкриваю сайт і з допомогою браузера переглядаю код, то чітко видно, що основний файл існує, але де?? Ось:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru-ru" lang="ru-ru" >
<head>
<base href="http://cubit.com.ua/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title>Youdrops - All Purpose Joomla! Template</title>
<link href="/index.php?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
<link href="/index.php?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
<link href="/templates/youdrops/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />
<link rel="stylesheet" href="/components/com_k2/css/k2.css" type="text/css" />
<link rel="stylesheet" href="http://cubit.com.ua/modules/mod_yj_ajcontact/css/stylesheet.css" type="text/css" />
<link rel="stylesheet" href="http://cubit.com.ua/modules/mod_yjme/css/stylesheet.css" type="text/css" />
<link rel="stylesheet" href="http://cubit.com.ua/modules/mod_yjis3/css/mod_yjis3.css" type="text/css" />
<link rel="stylesheet" href="http://cubit.com.ua/modules/mod_yjis3/css/yjmmbox.css" type="text/css" />
<link rel="stylesheet" href="http://cubit.com.ua/modules/mod_yj_piecemaker/css/stylesheet.css" type="text/css" />
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="/media/system/js/modal.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>
<script src="/components/com_k2/js/k2.js" type="text/javascript"></script>
<script src="/media/system/js/caption.js" type="text/javascript"></script>
<script src="http://cubit.com.ua/templates/youdrops/src/styles.js" type="text/javascript"></script>
<script src="http://cubit.com.ua/modules/mod_yj_ajcontact/js/lang/en.js" type="text/javascript"></script>
<script src="http://cubit.com.ua/modules/mod_yj_ajcontact/js/formcheck13.js" type="text/javascript"></script>
<script src="http://cubit.com.ua/modules/mod_yjis3/src/mod_yjis3.js" type="text/javascript"></script>
<script src="http://cubit.com.ua/modules/mod_yjis3/src/yjmmbox.js" type="text/javascript"></script>
<script src="http://cubit.com.ua/modules/mod_yj_piecemaker/script/swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
....і т.д.
ПИТАННЯ, хто мав досвід працювати з такими шаблонами і де знайти та відредагувати цей КОД?
Буду, щиро вдячний за будь-яку підказку!!