Добрый день. Я только начал изучать Joomla, до этого писал свои cms. Решил сделать свой шаблон. Я взял один из своих старых сайтов с простейшим дизайном и решил сверстать под Joomla. Но после того как я подключил свой шаблон, мне выводится сообщение, что "Шаблон для данной страницы недоступен. Пожалуйста, сообщите об этом Администратору сайта.". Подскажите что я делаю не так. текст файла index.php: Код (PHP): <?php /** * @version $Id: index.php 20196 2011-01-09 02:40:25Z ian $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /* The following line gets the application object for things like displaying the site name */ $app = JFactory::getApplication(); ?> <?php echo '<?'; ?>xml version="1.0" encoding="<?php echo $this->_charset ?>"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> </head> <!--[if IE 7]> <link href="templates/<?php echo $this-> template ?>/css/ie7only.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if lte IE 6]> <link href="templates/<?php echo $this-> template ?>/css/ie6only.css" rel="stylesheet" type="text/css" /> <![endif]--> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/template.js"></script> </head> <body> <div id="wrapper"> <div id="header"> <table border="0" cellspacing="0" cellpadding="0"> <td><img src="img/upheadimg.jpg" border=0 /></td> </table> <table border="0" cellspacing="0" cellpadding="0"> <td><img src="img/lftheadimg.jpg" border=0 /></td> <td><embed src="flsh/flshtv.swf" quality="high" bgcolor="#000000" width="272" height="147" name="flshtv" type="application/x-shockwave-flash" wmode="opaque"/></td> <td><img src="img/rghtheadimg.jpg" border=0 /></td> </table> <table border="0" cellspacing="0" cellpadding="0"> <td><img src="img/dwnheadimg.jpg" border=0 /></td> </table> <table border="0" cellspacing="0" cellpadding="0"> <td><img src="img/lftbarmenu.jpg" border=0 /></td> <td><a href="index.php"><img src="img/mainbtn.jpg" border=0 /></a></td> <td><a href="portfolio.php"><img src="img/portfoliobtn.jpg" border=0 /></a></td> <td><a href="zakaz.php"><img src="img/zakazbtn.jpg" border=0 /></a></td> <td><a href="onas.php"><img src="img/onasbtn.jpg" border=0 /></a></td> <td><a href="okompanii.php"><img src="img/okompaniibtn.jpg" border=0 /></a></td> <td><img src="img/rghtbarmenu.jpg" border=0 /></td> </table> <div align="center"> <table border="0" cellspacing="0" cellpadding="0"> <td><a href="zamer.php"><img src="img/zamercgikbtn.jpg" border=0 /></a></td> <td><a href="ceni.php"><img src="img/ceniskidkibtn.jpg" border=0 /></a></td> <td><a href="vopros.php"><img src="img/voprosbtn.jpg" border=0 /></a></td> <td><a href="okompanii.php"><img src="img/telefonibtn.jpg" border=0 /></a></td> </table> </div> <jdoc:include type="modules" name="potolok-topmenu" style="xhtml" /> </div><!-- #header--> <div id="content"> <p>Text Content</p> </div><!-- #content--> </div><!-- #wrapper --> <div id="footer"> <img src="img/dwnbar.jpg" width="1286px" border=0 /> </div><!-- #footer --> </body> </html> текст файла templateDetails.xml Код (PHP): <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE install PUBLIC "-//Joomla! 1.6//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.6/template-install.dtd"> <extension version="1.6" type="template" client="site"> <name>Test</name> <creationDate>27 апреля 2012</creationDate> <author>Петр</author> <authorEmail>sklyarov_petr@list.ru</authorEmail> <authorUrl>http://www.nefree.ru</authorUrl> <copyright>Copyright (C) 2012</copyright> <license>GNU General Public License version 2</license> <version>1.6.0</version> <description>TPL_primer_XML_DESCRIPTION</description> <files> <folder>css</folder> <folder>html</folder> <folder>img</folder> <folder>flsh</folder> <folder>js</folder> <filename>index.html</filename> <filename>index.php</filename> <filename>templateDetails.xml</filename> <filename>template_preview.png</filename> <filename>template_thumbnail.png</filename> <filename>favicon.ico</filename> <filename>component.php</filename> </files> <positions> <position>potolok-topmenu</position> </positions> </extension> код файла css/template.css Код (PHP): /* CSS Document */ @import url(layouts.css); @import url(modules.css); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } html,body { background: #b9a990; font: 12px/18px Arial, Tahoma, Verdana, sans-serif; height: 100%; /* задаем высоту тела документа */ } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; } a { color: blue; outline: none; text-decoration: underline; } a:hover { text-decoration: none; } p { margin: 0 0 18px } img { border: none; } input { vertical-align: middle; } Заранее спасибо!