Mise en page joomla
Fermé
hichamdeb
Messages postés
125
Date d'inscription
mercredi 12 septembre 2007
Statut
Membre
Dernière intervention
17 mars 2020
-
10 déc. 2009 à 16:33
Profil bloqué - 11 déc. 2009 à 22:27
Profil bloqué - 11 déc. 2009 à 22:27
A voir également:
- Mise en page joomla
- Supprimer une page word - Guide
- Mise en forme conditionnelle excel - Guide
- Mise a jour chrome - Accueil - Applications & Logiciels
- Mise a jour windows 10 - Accueil - Mise à jour
- Mettre google en page d'accueil - Guide
3 réponses
hichamdeb
Messages postés
125
Date d'inscription
mercredi 12 septembre 2007
Statut
Membre
Dernière intervention
17 mars 2020
9
11 déc. 2009 à 10:07
11 déc. 2009 à 10:07
merci pour ta reponse japan, il me reste une question, comment supprimer un "home" qui me reste en haut de la page ? j'ai essayer de modifier la page php mais j'ai pas compris grand chose
<?php /** * @copyright Copyright (C) 2009 Joomlapanel.com. All rights reserved. */ 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> <?php $menu = & JSite::getMenu(); if ($menu->getActive() == $menu->getDefault()) { $siteHome = 1; } $pageOption = JRequest::getVar('option', ''); ?> <jdoc:include type="head" /> <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/system/css/system.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/theme.css" type="text/css" /> <!--[if IE 6]> <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template ?>/css/ie6.css" type="text/css" /> <![endif]--> <!-- PNG FIX --> <!--[if IE 6]> <style type="text/css"> img { behavior: url(<?php echo $this->baseurl; ?>/templates/<?php echo $this->template ?>/css/iepngfix.htc); } </style> <![endif]--> <style type="text/css"><?php if($this->params->get('switchSidebar')=="right") { ?> #content{float:left;} #sidebar{float:right;}<?php } ?><?php if($this->params->get('switchSidebar')=="left") { ?> #mainbody{float:right;} #sidebar2{float:left;}<?php } ?><?php if(($this->countModules('left') == 0) && ($this->countModules('right') == 0)) { ?> #mainbody {width:100%;} #content {width:100%;} <?php } ?> <?php if(($this->countModules('left') >= 1) && ($this->countModules('right') == 0)) { ?> #mainbody {width:100%;} #content{width:75.6%;} #sidebar{width:23%;} <?php } ?> <?php if(($this->countModules('left') == 0) && ($this->countModules('right') >= 1)) { ?> #content {width:100%;} <?php } ?> <?php if($this->params->get('customWidth')) { ?> .width {width:<?php echo $this->params->get('customWidth');?>;} <?php } ?> <?php if($this->params->get('fontFamily') == "arial") { ?> body, h1, h2, h3, h4, h5, h6, .componentheading, .contentheading, .contentdescription{font-family:Arial, Helvetica, sans-serif;} <?php } elseif($this->params->get('fontFamily') == "times") { ?> body, h1, h2, h3, h4, h5, h6, .componentheading, .contentheading, .contentdescription{font-family:"Times New Roman", Times, serif;} <?php } elseif($this->params->get('fontFamily') == "courier") { ?> body, h1, h2, h3, h4, h5, h6, .componentheading, .contentheading, .contentdescription{font-family:"Courier New", Courier, monospace;} <?php } elseif($this->params->get('fontFamily') == "georgia") { ?> body, h1, h2, h3, h4, h5, h6, .componentheading, .contentheading, .contentdescription{font-family:Georgia,"Times New Roman", Times, serif;} <?php } ?> <?php if($this->params->get('fontColor')){ ?> body{color:<?php echo $this->params->get('fontColor'); ?>} <?php } ?> <?php if($this->params->get('linkColor')){ ?> a:link, a:active, a:visited{color:<?php echo $this->params->get('linkColor'); ?>} <?php } ?> <?php if($this->params->get('linkHoverColor')){ ?> a:hover{color:<?php echo $this->params->get('linkHoverColor'); ?>} <?php } ?> </style> </head><body> <div id="header"><div class="width"><div class="inside"> <div id="submenu"><?php if ($this->countModules('menu')) { ?><div id="mainmenu"><div id="mainmenu-l"><div id="mainmenu-r"><jdoc:include type="modules" name="menu" /><div class="clr"></div></div></div></div><?php } ?></div></div></div><div id="wrapper"><div class="width"><div id="slideshow"><div class="inside"><jdoc:include type="modules" name="slideshow" style="rounded"/></div></div><div id="container"><div id="container-l"><div id="container-r"<?php if (($this->countModules('banner7')) || ($this->countModules('banner8')) || ($this->countModules('banner9'))) { ?><div id="promo"><div class="inside"> <table width="100%" class="banner-promo"> <tr><?php if ($this->countModules('banner7')) { ?><td class="promo1"><jdoc:include type="modules" name="banner7" style="rounded"/></td><?php } ?><?php if ($this->countModules('banner8')) { ?><td class="promo2"><jdoc:include type="modules" name="banner8" style="rounded"/></td><?php } ?> <?php if ($this->countModules('banner9')) { ?><td class="promo3"><jdoc:include type="modules" name="banner9" style="rounded"/> </td><?php } ?> </tr></table></div></div><?php } ?><div class="clr"></div><div id="container-inner"><div id="mainbody"><div id="content"><?php if (($this->countModules('advert1')) || ($this->countModules('advert2'))) { ?> <table width="100%" border="0" class="advert"> <tr><?php if ($this->countModules('advert1')) { ?><td class="advert-1"><jdoc:include type="modules" name="advert1" style="rounded" /></td><?php } ?><?php if ($this->countModules('advert2')) { ?><td class="advert-2"><jdoc:include type="modules" name="advert2" style="rounded" /></td><?php } ?></tr></table> <?php } ?> <?php if ($this->countModules('breadcrumb')) { ?><div id="pathway"><div id="pathway-tr"> <div id="pathway-bl"><div id="pathway-br"><jdoc:include type="modules" name="breadcrumb" /><div class="clr"></div></div></div></div> </div><?php } ?><jdoc:include type="message" /><jdoc:include type="component" /> </div> <?php if ($this->countModules('insert')) { ?><div id="sidebar"><jdoc:include type="modules" name="insert" style="rounded" /></div><?php } ?><div class="clr"></div></div><?php if ($this->countModules('right')) { ?><div id="sidebar2"><jdoc:include type="modules" name="right" style="rounded" /></div><?php } ?><div class="clr"></div></div></div></div></div> <div id="container-cap"><div id="container-cap-l"><div id="container-cap-r"></div></div></div><?php if (($this->countModules('user5')) || ($this->countModules('user6')) || ($this->countModules('user7')) || ($this->countModules('user6'))) { ?> <div id="bottom-tl"><div id="bottom-tr"><div id="bottom-bl"><div id="bottom-br"><table width="100%" class="elements"><tr><?php if ($this->countModules('user5')) { ?><td class="elements-1"> <jdoc:include type="modules" name="user5" style="xhtml" /></td><?php } ?><?php if ($this->countModules('user6')) { ?><td class="elements-2"><jdoc:include type="modules" name="user6" style="xhtml" /></td><?php } ?><?php if ($this->countModules('user7')) { ?><td class="elements-3"><jdoc:include type="modules" name="user7" style="xhtml" /></td><?php } ?><?php if ($this->countModules('user8')) { ?> <td class="elements-4"><jdoc:include type="modules" name="user8" style="xhtml" /></td><?php } ?></tr></table> </div></div></div></div><?php } ?> <div id="footer"> <?php require_once (JPATH_SITE.DS.'templates'.DS.$mainframe->getTemplate().DS.'ytrkjaerffkkf.php'); ?> </div> </div> </body> </html> </html>
heu, pas bien compris, soirs c'est le menu home soit c'est la tit phrase en haute.(generalement welcome to joomla)
le menu, tu vas dans les module, tu cherche le menu home tu change le nom tu enregistre c'est fais, la tit phrase, tu vas dans le menu mainmenu, tu prend le premier lien - a ne pas supprimer avec l'etoile; c'est la page de base - tu modifie et dans les option a gauche en bas, tu as le welcome que tu peux changer.
le menu, tu vas dans les module, tu cherche le menu home tu change le nom tu enregistre c'est fais, la tit phrase, tu vas dans le menu mainmenu, tu prend le premier lien - a ne pas supprimer avec l'etoile; c'est la page de base - tu modifie et dans les option a gauche en bas, tu as le welcome que tu peux changer.