Делал все как написано в FAQ
Шапка index.php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!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="<?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/rhuk_milkyway/css/template.css" type="text/css" />
<!--[if lte IE 6]>
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css" rel="stylesheet" type="text/css" />
<![endif]-->
<?php if($this->direction == 'rtl') : ?>
<link href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template_rtl.css" rel="stylesheet" type="text/css" />
<?php endif; ?>
</head>
Дальше свой шаблон
<body>
<center>
<table border="0" width="1200" bgcolor="" cellspacing="0" cellpadding="0">
<tr width="1200"> <img src="<?php echo $this->baseurl ?>/templates/djfm_temp/center_djfm.png" border="0" /></tr>
<tr>
<td width="386"> row 2, column 1 </td>
<td width="435"><img src="<?php echo $this->baseurl ?>/templates/djfm_temp/bottom_djfm.png" border="0" /></td>
<td width="379"> row 2, column 3 </td>
</tr>
</table>
<table border="0" width="1200" height="800" bgcolor="" cellspacing="0" cellpadding="0">
<tr width="1200">
<td width="508" valign="top">
<?php if($this->countModules('user4')) : ?>
<jdoc:include type="modules" name="user4" />
<?php endif; ?>
</td>
<td width="183" valign="top">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="rounded" />
<?php endif; ?>
</td>
<td width="508"></td>
</tr>
</table>
</body>
</center>
</body>
Главное меню вывелось.. А вот позиция user4 вообще не отображается..Есть модуль который в ней опубликован.. Сначала он нормально отображался, но когда я пытался создать новую позицию user2, то перестали отображаться все позиции..
Хотя в факе написано что
<jdoc:include type="modules" name="left" style="rounded" />
вполне достаточно..
Блин, вечно с этими шаблонами какие то глюки..