Парни, подскажите пожалуйстаа !
Вот значит сделал шаблон и установил его ! Устновка прошла в менеджере шаблонов он есть !
index.php
<!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" lang="ru">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="<?php echo $this->baseurl ?>/templates/pereezd/css/style.css" rel="stylesheet" type="text/css" />
<jdoc:include type="head" />
<title>PEREEZD</title>
<body>
<div id="container"><jdoc:include type="modules" name="container" style="xhtml" />
<div id="menu"><jdoc:include type="modules" name="menu" /></div>
<div id="header"><jdoc:include type="modules" name="header" style="xhtml" /></div>
<div id="menu1"><jdoc:include type="modules" name="menu1" /></div>
<div id="content"><jdoc:include type="component"></div>
<div id="footer"><jdoc:include type="modules" name="footer" style="xhtml" /></div>
</div>
</body>
</head>
</html>
templateDetails.xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 2.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.6/template-install.dtd">
<extension version="2.5" type="template" client="site">
<name>pereezd</name>
<creationDate>10.06.2013</creationDate>
<author>olejka</author>
<authorEmail>molegam@gmail.com</authorEmail>
<authorUrl>zloykolobok.blogspot.com</authorUrl>
<copyright>Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.</copyright>
<license></license>
<version>1.0.0</version>
<description>PEREEZD</description>
<files>
<folder>css</folder>
<filename>index.php</filename>
<filename>templateDetails.xml</filename>
</files>
<position>
<position>container</position>
<position>menu</position>
<position>header</position>
<position>menu1</position>
<position>content</position>
<position>footer</position>
</position>
</extension>
позиции не появились когда создаёшь модуль ! вписываю вручную позиции ничего не выводится (
стили прописал тоже не подключились почему то ?
?=tp1 тоже ничего не показывает (
в чём может быть дело ?