Joomla.it Forum

Joomla! 2.5 (versione con supporto terminato) => Joomla! 1.6/1.7/2.5 => I Template di Joomla 1.6/1.7/2.5 => : robrob 25 Jun 2012, 11:52:42

: Errore nel file index.php - Template siteground-j15-59
: robrob 25 Jun 2012, 11:52:42
Ciao a tutti,
nel file index.php del template, mi accorgo che manca la chiusura di un div...
Non ho dimestichezza con il PHP, vi chiedo una mano: dove va inserita la chiusura del div che manca?
Vi posto il codice:


:
<div class="center">
<div id="wrapper">
<div id="content">
<!--pathway start-->
<div class="cpathway">
<div class="cpleft">
<jdoc:include type="module" name="breadcrumbs" />
<>
<>
<!--pathway end-->
<?php if($this->countModules('left') and JRequest::getCmd('layout') != 'form') : ?>
<div id="leftcolumn">
<jdoc:include type="modules" name="left" style="rounded" />
<?php $sg 'banner'; include "templates.php"?>
<>
<?php endif; ?>

<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="maincolumn">
<?php else: ?>
<div id="maincolumn_full">
<?php endif; ?>
<div class="nopad">
<jdoc:include type="message" />
<?php if($this->params->get('showComponent')) : ?>
<jdoc:include type="component" />
<?php endif; ?>
<>
<>

<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="rightcolumn" style="float:right;">
<jdoc:include type="modules" name="right" style="rounded" />
<>
<?php endif; ?>
<div class="clr"><>
<>
<>
<>


: Re:Errore nel file index.php - Template siteground-j15-59
: robrob 25 Jun 2012, 11:54:19
Il div maincolumn mi pare che non venga chiuso.


Potete aiutarmi?
Grazie


Ciao
: Re:Errore nel file index.php - Template siteground-j15-59
: robrob 25 Jun 2012, 23:17:59
up :)