Jump to content

[resolu]thickbox dans freeblock


Recommended Posts

bonjour a tous
comme indiqué dans le titre je veux intégré eu effet thichbox dans mon freeblock.
j'ai suivi plusieurs sujet mais sans succés
http://www.prestashop.com/forums/viewthread/10622/
http://www.prestashop.com/forums/viewthread/75713/configuring___using_prestashop/solved_thickbox_just_like_terms_and_conditions_cms
http://www.prestashop.com/forums/viewthread/70126/programmazione_moduli_design_e_temi/modulo_free_block_e_thickbox
le lien est bon mais le problème reste ou je met ces 2 lignes pour l'appel des fichier thickbox.css et je js dans le fichier freeblock.php

/* CSS ans JS files calls */
$css_files = array(__PS_BASE_URI__.'css/thickbox.css' => 'screen');
$js_files = array(__PS_BASE_URI__.'js/jquery/thickbox-modified.js',);



merci d'avance

Link to comment
Share on other sites

bonjour
bon j'ai trouvé une solution pour afficher une lightbox dans le freeblock par l'ajout de ces 2 lignes

$css_files = array(__PS_BASE_URI__.'css/thickbox.css' => 'all');
$js_files = array(__PS_BASE_URI__.'js/jquery/thickbox-modified.js');

avant la ligne

include(dirname(__FILE__).'/header.php');

dans les fichier suivant : order.php, category.php, index.php et cms.php.
mais j'aimerais bien savoir s'il y'a un fichier php global ou je pourrais ajouter ces 2 lignes sans intervenir dans les autres fichiers cités ci_dessous?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...