salut, j'utilise joomla 2.5. mon site s'affiche correctement sur mon localhost mais on l’hébergeant la plupart des modules ne s'affiche pas (la partie administration marche sans problème). voila le lien du site : http://www.aucssidiyahia.org/ et voila l'imprime écran sur site en localhost :
template n'apprait pas correctement en live
Réduire
X
-
-
Re : template n'apprait pas correctement en live
Bonjour,
il y a une ou des erreurs en PHP dans le template ! Balise non fermée ou autre ...
<!-- load core head -->
<jdoc:include type="head" />
a mon avis, les balises sont incorrectes :
<?php
fonctionne
?>
<?php
ne fonctionne pas
>Dernière édition par 240eric à 08/06/2013, 08h42Créateur de Classe A , pour Audiophile.
Concepteur de Robotique Industrielle.
Radio Amateur F5
Créez votre thème avec la suite Arts-Soft : http://arts-soft.com/
-
Re : template n'apprait pas correctement en live
voila le code source index.php.
Code:<div id="jm-allpage"> <div id="jm-allpage-in"> <?php if (($this->countModules('search')) || ($this->countModules('social')) || ($logo != null) || ($logotext != null) || ($sitedescription != null)) : ?> <div id="jm-logo-search-social" class="clearfix"> <?php if (($logo != null) || ($logotext != null) || ($sitedescription != null)) : ?> <div id="jm-logo-sitedesc"> <?php if (($logo != null) || ($logotext != null)) : ?> <h1 id="jm-logo"><a href="<?php echo JURI::base(); ?>" onfocus="blur()" ><?php if ($logo != null) : ?><img src="<?php echo JURI::base(); ?>/<?php echo htmlspecialchars($logo); ?>" alt="<?php echo htmlspecialchars($logotext); ?>" border="0" /><?php else : ?><?php echo htmlspecialchars($logotext); ?><?php endif; ?></a></h1> <?php endif; ?> <?php if ($sitedescription != null) : ?> <div id="jm-sitedesc"> <?php echo htmlspecialchars($sitedescription); ?> </div> <?php endif; ?> </div> <?php endif; ?> <?php if (($this->countModules('search')) || ($this->countModules('social'))) : ?> <div id="jm-search-social" class="clearfix"> <?php if ($this->countModules('search')) : ?> <div id="jm-search"> <jdoc:include type="modules" name="search" style="raw" /> </div> <?php endif; ?> <?php if ($this->countModules('social')) : ?> <div id="jm-social" <?php echo $nosearch; ?> > <jdoc:include type="modules" name="social" style="raw" /> </div> <?php endif; ?> </div> <?php endif; ?> </div> <?php endif; ?> <?php if ($this->countModules('dj-menu-top')) : ?> <div id="jm-djmenu" class="clearfix"> <jdoc:include type="modules" name="dj-menu-top" style="raw" /> </div> <?php endif; ?> <?php if ($this->countModules('header')) : ?> <div id="jm-header"> <jdoc:include type="modules" name="header" style="jmmodule" /> </div> <?php endif; ?> <?php if ($this->countModules('breadcrumbs')) : ?> <div id="jm-breadcrumbs"> <div id="jm-pathway-font-switcher" class="clearfix <?php echo $nofontsw; ?><?php echo $nobreadcrumbs; ?>"> <?php if ($this->countModules('breadcrumbs')) : ?> <jdoc:include type="modules" name="breadcrumbs" style="xhtml" /> <?php endif; ?> </div> </div> <?php endif; ?> <?php if ($this->countModules('top')) : ?> <div id="jm-top"> <?php echo DJModuleHelper::renderModules('top', 'jmmodule', 4); ?> </div> <?php endif; ?> <div id="jm-midpage"> <?php // including template layouts for desktop, mobile and tablet devices $detect = new JMMobile_Detect(); $isMobile = $detect->isMobile(); $isTablet = $detect->isTablet(); if ($isMobile && !$isTablet) { include_once (JPATH_ROOT . "/templates/" . $this->template . '/tpl/content-left-right.php'); } else { include_once (JPATH_ROOT . "/templates/" . $this->template . '/tpl/' . $schemeoption . '.php'); } ?> </div> <?php if ($this->countModules('bottom1')) : ?> <div id="jm-bottom1"> <?php echo DJModuleHelper::renderModules('bottom1', 'jmmodule', 4); ?> </div> <?php endif; ?> <?php if ($this->countModules('bottom2')) : ?> <div id="jm-bottom2"> <?php echo DJModuleHelper::renderModules('bottom2', 'jmmodule', 1); ?> </div> <?php endif; ?> <?php if ($this->countModules('bottom3')) : ?> <div id="jm-bottom3"> <?php echo DJModuleHelper::renderModules('bottom3', 'jmmodule', 1); ?> </div> <?php endif; ?> <div id="jm-footer" class="clearfix"> <?php if ($this->countModules('copyrights')) : ?> <div id="jm-copyrights"> <jdoc:include type="modules" name="copyrights" style="raw" /> </div> <?php endif; ?> <div id="jm-poweredby"> Développer par <a href="http://smartimpact.tn/" onfocus="blur()" target="_blank" title="Smartimpact">SmartImpact</a> </div> </div> <?php if ($styleswitcher == '1') : ?> <div id="jm-stylearea"> <a href="#" id="style_icon-1" class="style_switcher"><span> </span></a> <a href="#" id="style_icon-2" class="style_switcher"><span> </span></a> <a href="#" id="style_icon-3" class="style_switcher"><span> </span></a> <a href="#" id="style_icon-4" class="style_switcher"><span> </span></a> </div> <?php endif; ?> </div> <?php if ($backtotop == '1') : ?> <p id="jm-back-top" style="display: block;"><a href="#top"><span></span> </a></p> <?php endif; ?> </div> <jdoc:include type="modules" name="debug" style="raw" /> </body>
Commentaire
Annonce
Réduire
Aucune annonce pour le moment.
Commentaire