Un site en Joomla 2.5/beez5
J'ai créé le site de avec ce template
J'ai mis à jour le haut de la page, enlevé les liens pour augmenter/diminuer la taille et relevé le logo.
Fichiers à modifier
Modifier l'icône
Fichier index.php
Masquer les boutons pour la police
//$doc->addScript($this->baseurl.'/templates/'.
//$this->template.'/javascript/md_stylechanger.js',
// 'text/javascript', true);
//$this->template.'/javascript/md_stylechanger.js',
// 'text/javascript', true);
Remplacer ou supprimer le contenu du pied de page
On pourra alors ajouter un module personnalisé à la position position-14
<?php if (!$templateparams->get('html5', 0)): ?>
<div id="footer">
<?php else: ?>
<footer id="footer">
<?php endif; ?>
<jdoc:include type="modules" name="position-14" />
<!--<p>
<?php echo JText::_('TPL_BEEZ5_POWERED_BY');?> <a href="http://www.joomla.org/">Joomla!&#174;</a>
</p>-->
<?php if (!$templateparams->get('html5', 0)): ?>
</div><!-- end footer -->
<div id="footer">
<?php else: ?>
<footer id="footer">
<?php endif; ?>
<jdoc:include type="modules" name="position-14" />
<!--<p>
<?php echo JText::_('TPL_BEEZ5_POWERED_BY');?> <a href="http://www.joomla.org/">Joomla!&#174;</a>
</p>-->
<?php if (!$templateparams->get('html5', 0)): ?>
</div><!-- end footer -->