Thême Différent pour l'image intermédiaire Thême Différent pour l'image intermédiaire
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Thême Différent pour l'image intermédiaire

Started by mab2002, November 08, 2007, 10:53:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mab2002

Je cherche à afficher l'image intermédiaire avec un thême différent pour le simplifier au maximum. Je suppose qu'il faut aller du coté de init.inc.php. J'ai besoin d'affecter, un fichier template.html pour tout le site et un fichier template-int.html juste pour l'image intermédiaire. Est ce possible, j'ai parcouru le forum mais je n'ai pas trouvé d'info sur ce cas précis.

Le but de simplifier cette partie du template est de pouvoir utiliser la fonction Scrolling HTML content de http://vikjavev.no/highslide/. Merci

mab2002

Je me réponds à moi même
Dans init.inc.php
remplacer
define('TEMPLATE_FILE', 'template.html');
par
$requrl = "http://" . $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
$string = $requrl;
if (eregi('displayimage.php', $string)) {
    define('TEMPLATE_FILE', 'template-int.html');
}
define('TEMPLATE_FILE', 'template.html');


Dans le dossier du thême, créer un fichier template-inc.html

mab2002


Pascal YAP

Oui oui ça marche  ;D
C'est même plutôt sympa d'ailleurs  ;)
Bravo...

PYAP