Почему то ничего не отображается в компоненте content:
вот index.php
<?php defined( '_JEXEC' ) or die( 'Restricted access' );?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<jdoc:include type="head" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>.....</title>
<link rel="stylesheet" type="text/css" media="screen" href="/templates/<?php echo $this->template ?>/css/style.css" type="text/css">
</head>
<body>
<div id = "wrap">
<div id=header>
<div id="logo" ></div>
<div id="flash_baner" >
<jdoc:include type="modules" name="flash_baner" />
</div>
<div id="calendar" >
<jdoc:include type="modules" name="calendar" />
</div>
<div id="login" >
<jdoc:include type="modules" name="login" />
</div>
</div>
<div id="top_menu">
<jdoc:include type="modules" name="top_menu" />
</div>
<div id="search">
<jdoc:include type="modules" name="search" />
</div>
<div id="left_bar">
<jdoc:include type="modules" name="left_bar" />
</div>
<div id="afish1">
<jdoc:include type="modules" name="afish1" /> <!-- афиша под верхним меню Большая-->
</div>
<div id="afish2">
<jdoc:include type="modules" name="afish2" /> <!-- маленькое под верхним меню-->
</div>
<div id="afish3">
<jdoc:include type="modules" name="afish3" /> <!-- Боковая-->
</div>
<div id="content">
<jdoc:include type="component" name="content" />
</div>
<div id="footer">
<jdoc:include type="modules" name="footer" />
</div>
</div>
</body>
</html>
style.css:
* {
vertical-align: baseline;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: 0 none;
outline: 0;
padding:0;
margin: 0;
}
#logo, #login, #flash_baner, #calendar, #search, #left_bar, #afish1, #footer, #afish2, #afish3,#content, #top_menu{
border: 5px #ffffff solid;
}
#wrap {
min-width: 760px;
max-width: 1060px;
margin: 0px auto;
height: 70%;
}
#logo {
width: 200px;
height: 110px;
background:#33FF00;
float:left
}
#login {
width: 200px;
height: 30px;
margin-top: -40px;
font-size: 14px;
background: #FF0000;
float:left
}
#header {
height: 150px;
}
#flash_baner {
margin-left: 0px;
float: left;
width: 500px;
height: 150px;
background:#666666
}
#calendar {
width: 330px;
height:150px;
margin-left: 630px;
background:#FFFF00;
}
#top_menu {
width: 1060px;
height: 50px;
background:#FF00FF;
float:left;
border-right: solid #FFFFFF;
border-width:1;
}
#search {
width: 200px;
height: 30px;
background:#99FF00
}
#left_bar {
width: 200px;
background:#006600;
float:left;
height: auto !important;
height: 100%;
min-height: 100%;
}
#footer {
width: 1050px;
height:25px;
background:#9999CC;
}
#afish1 {
margin-left: 210px;
margin-top: -40px;
width:840px;
height: auto !important;
height: 100%;
min-height: 106%;
background:#339933;
}
#afish2 {
margin-left: 210px;
margin-top: -661px;
width: 840px;
height: 130px;
background:#CCCCCC
}
#afish3 {
margin-top: -141px;
margin-left: 920px;
width:130px;
height: auto !important;
height: 100%;
min-height: 106%;
background:#996633;
}
#content {
margin-top:-530px;
margin-left: 210px;
width:700px;
height: auto !important;
height: 100%;
min-height: 84%;
background:#9933FF
}
посмотрите плз