проверьте, нет ли ошибок в синтаксисе
или дайте ссылку
Ссылку на что?
Исходный код шаблона файла ****\templates\frozen\index.php
<?php defined('_JEXEC') or die; ?>
<html>
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/blueprint/screen.css" type="text/css" media="screen, projection" />
</head>
<body>
<table>
<tr>
<td colspan=3> </td>
</tr>
<tr>
<td><jdoc:include type="modules" name="left"></td>
<td><jdoc:include type="modules" name="top2">
<jdoc:include type="message" />
<jdoc:include type="component" />
<jdoc:include type="modules" name="battom2"></td>
<td><jdoc:include type="modules" name="right"></td>
</tr>
<tr>
<td colspan=3><jdoc:include type="modules" name="battom"></td>
</tr>
</table>
</body>
</html>
Код который передается в браузер после входа на сайт:
<html>
<head>
<base href="http://frozen/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Асоціація українських виробників "морозива та заможенних продуктів"" />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title>Главная</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/frozen/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<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/caption.js" type="text/javascript"></script>
<script type="text/javascript">
window.addEvent('load', function() {
new JCaption('img.caption');
});
</script>
<link rel="stylesheet" href="/templates/frozen/css/blueprint/screen.css" type="text/css" media="screen, projection" />
</head>
<body>
<table>
<tr>
<td colspan=3> </td>
</tr>
<tr>
<td><jdoc:include type="modules" name="left"></td>
<td><jdoc:include type="modules" name="top2">
<div id="system-message-container">
</div>
<div class="blog-featured">
<h1>
Главная </h1>
</div>
<jdoc:include type="modules" name="battom2"></td>
<td><jdoc:include type="modules" name="right"></td>
</tr>
<tr>
<td colspan=3><jdoc:include type="modules" name="battom"></td>
</tr>
</table>
</body>
</html>
Обратите внимание на то, что в браузер передаются такие элементы кода '<jdoc:include type="modules" name="battom2">'.
Но веть движок Joomla должен заменить его ('<jdoc:include ... >') на соответственный модуль...
Родные шаблоны работают нормально.