Index du Forum » » Bugs, Probs ...

Auteur

affichage !banner! !date! et !!!else!
wwwcdorg
113     

  Posté : 31-01-2009 17:55

si probable au fil de mes test. ceux de Permanent ou d'autres
voila le theme.php de Permanent

<?php
/************************************************************************/ br />/* Theme for NPDS / Net Portal Dynamic System */
/* =========================== */
/* */
/* Theme : Permanent-Double-Side Copyright (c) 2001 */
/* based on NukeNews and Dummy themes */
/* */
/* this theme use the news NPDS theme-dynamic engine */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/ br />$theme = "Permanent-Double-Side-Dynamic";
$bgcolor1 = "#efefef"; // couleur des fonds de tableau (opentable, opentable2)
$bgcolor2 = "#aac9e7"; // couleur des titres de blocs / bordure des tableaux (opentable, opentable2)
$bgcolor3 = "#f7f7f7"; // couleur de cellule des forums, messagerie ...
$bgcolor4 = "#eaeaea"; // couleur de certains titres de tableaux ou de menus (sdv, download ...)
$bgcolor5 = "#fafbfa"; // couleur du bandeau dhtml, menu de link, stats, poll, le chat Box
$bgcolor6 = "#aac9e7"; // couleur de certaines cellule de tableau (forum ...)
$bargif = "images/stats/bar6.gif"; // gif définissant les BarGraph de stats et poll
$textcolor1 = "#404040";
$textcolor2 = "#000040";
$long_chain = "15"; // Nombre de caractères affiché avant troncature pour certains blocs

// ne pas supprimer cette ligne / Don't remove this line
require_once("themes/themes-dynamic/theme.php");
// ne pas supprimer cette ligne / Don't remove this line
?>

et le header.php

<?php
/************************************************************************/ br />/* Theme for NPDS / Net Portal Dynamic System */
/* =========================== */
/* */
/* Theme : Permanent-Double-Side Copyright (c) 2001 */
/* based on NukeNews and Dummy themes */
/* */
/* this theme use the news NPDS theme-dynamic engine */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/ br /> // ne pas supprimer cette ligne / Don't remove this line
require_once("themes/themes-dynamic/header.php");
// ne pas supprimer cette ligne / Don't remove this line

echo "<table width=\"100%\" cellpadding=0 cellspacing=0 border=0 bgcolor=#ffffff align=center><tr valign=top>";
echo "<td valign=top align=left>";

global $powerpack;
if (!isset($powerpack)) {!include! ("powerpack.php");}
global $pdst;
if (($pdst!= "-1") and ($pdst!= "2")) {
leftblocks();
}
echo "</td><td width=100%>";
if (if_chat()) echo "<fond size=1><b>-: Chat :-</b></font>";
?>



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=24144&forum=1