Blaster Administrateur

Inscrit le: 08 Aoû 2003 Messages: 2884 Localisation: Vesoul ( proche besançon )
|
Posté le: 26 Fév 2005 18:54 Sujet du message: Changement pour template compatible phpBB 2.0.12 |
|
|
Voici les modifications à effectuer pour rendre vos templates compatible de phpBB 2.0.11 à 2.0.12.
Ouvrir templates/subSilver/admin/index_body.tpl
TROUVER Ligne 80 environ
Ajouter après :
| Code: | <h1>{L_VERSION_INFORMATION}</h1>
{VERSION_INFO}
<br /> |
Ouvrir templates/subSilver/overall_footer.tpl
Trouver, Ligne 8 environ
| Code: | Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span></div> |
Remplacer par :
| Code: | Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div> |
Ouvrir templates/subSilver/simple_footer.tpl
Trouver, Ligne 8 environ
| Code: | Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001,2002 phpBB Group</span></div> |
Remplacer par :
| Code: | Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group</span></div> |
Fermer / Sauvegarder tous les fichiers _________________ Cordialement , Julien .
Administrateur et webmaster phpBB-Graph.com
Votre problème est résolu ? Ajouter [Réglé] dans le titre de votre message . |
|