|
michelaero 4
| |
aidadomicil 3011
| Posté : 15-06-2012 11:43
Bjr
regarde si dans le fichier footer.html du reperoire html de ton theme si y figure soit le méta mot !msg_foot! si c'est un theme récent soit la fonction footmsg(); s'il est ancien. |  Profil www
|
|
michelaero 4
| Posté : 15-06-2012 12:04
re
il n'y a n'y l'un n'y l'autre dans le fichier footer html du theme Kiowa-ut
le theme n'est pas trés récent en effet
================== Informations themes ======================
Date de création: 01 01 2003
Titre: Kiowa_UT
Version: 1.0
Nom du fichier: Kiowa_UT-npds5.zip
Auteur: webmestre@all-themes.org
Auteur's E-Mail:
Correctif: Adaptation version 5 par dodi
Description: Permanent Double-Side interface
Inspiré de: Inspiré de Kiowa_UT Theme pour PHP-Nuke 5.5
Créer par Pyksel - http://www.pyksel.com
Travail: Seulement avec NPDS
================ Information complementaire =================
Testé avec: NPDS 5
Internet Explorer 6.0
Nouveau graphiques: Oui
Java: Non
!javascript!: Non
DHTML: Oui
Flash: Non
CSS Style Sheet: Oui
Son: Non
ce n'est pas trés important en faites mais j'aimerais bien avoir l'affichage copyright ,liens etc...
merci en tous cas |  Profil www
|
|
aidadomicil 3011
| Posté : 18-06-2012 10:27
ah oui à ce point là? effectivement c'est un vieux thème...
en fait il faudrait éditer non pas le fichier footer.html, mais le fichier footer.php du rep de ton theme et rajouter la fonction
footmsg();
ci-dessous un vieux footer, prends exemple dessus
<?php
/**************************************/
/* themes xp silver adapté pour NPDS5 */
< br />/* adaptation faire par dodi   ; */
/**************************************/
global $theme, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $bgcolor5, $bgcolor6, $textcolor1, $textcolor2, $textcolor3, $bargif;
global $thename, $index, $pdst;
if ($pdst == 1) {
echo "</td><td><img src=\"themes/$theme/images/pixel.gif\" width=\"15\" height=\"1\" border=\" 0\" alt=\"\"></td><td valign=\"top\" width=\"150\"&g t;\n";
rightblocks();
}
echo "</td><td bgcolor=\"#ffffff\" ><img src=\"themes/$theme/images/pixel.gif\" width=10 height=1 border=0 alt =\"\">\n"
."</td></tr></table>\n"
."<table width=\"100%\" cellpadding=\"0\ " cellspacing=\"0\" border=\"0\" bgcolor=\"#ffffff\" align= \"center\">\n"
."<tr align=\"center\">\n"
."<td width=\"100%\" colspan=\"3\">\n ";
footmsg();
echo "</td></tr></table>\n";
< br />?>
|  Profil www
|
|
michelaero 4
| |