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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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