my_config['piclens_wall_ontop'] ) $rssfeed = $this->root_site_piclens.PICLENS_PATH.'piclenswall-rss.php?/categories'; // categorie et option mur sur categorie activee elseif (isset($page['category']) && !empty($page['category']['id']) && $this->my_config['piclens_wall_oncat']) { // remplacement naviagation ne doit pas etre active et mis en place sur la page... if (!($this->my_config['piclens_wall_nav']) or !(in_array($page['category']['id'], $this->my_config['piclens_wall_cat_nav_replace']))) { $rssfeed = $this->root_site_piclens.PICLENS_PATH; if ($this->my_config['piclens_wall_specif'] == 'common') // pas de specificites 3DWall : utilisation des parametres piclens $rssfeed .= 'piclens-rss.php'.(empty($page['category']['permalink']) ? $page['category']['id'] : $page['category']['permalink']); else { // categorie pour laquelle le mur est parametre. if (in_array($page['category']['id'], $this->my_config['piclens_wall_categories'])) $rssfeed .= 'piclenswall-rss.php'.(empty($page['category']['permalink']) ? $page['category']['id'] : $page['category']['permalink']); } } } $template->set_filenames(array('piclenswall' => PICLENS_ROOT . '/piclenswall.tpl')); $template->assign(array( 'piclenswalltitle' => $this->my_config['piclens_wall_title'], 'rssfeed' => $rssfeed, 'color' => $this->my_config['piclens_wall_color'], 'height' => $this->my_config['piclens_wall_height'], 'showfullscreen' => ($this->my_config['piclens_wall_showfullscreen'] ? "true" : "false"), 'showembed' => ($this->my_config['piclens_wall_showembed'] ? "true" : "false"), 'showsearch' => ($this->my_config['piclens_wall_showsearch'] ? "true" : "false"), 'transparent' => $this->my_config['piclens_wall_transparent'], 'swf_link' => ($this->my_config['piclens_wall_swflocal'] ? $this->root_site_piclens.PICLENS_PATH.'swf/cooliris.swf' : 'http://apps.cooliris.com/embed/cooliris.swf'), 'nbligne' => (isset($this->my_config['piclens_wall_nb_ligne']) ? $this->my_config['piclens_wall_nb_ligne'] : "3"), 'showChrome' => ($this->my_config['piclens_wall_showChrome'] ? "true" : "false"), 'showDescription' => ($this->my_config['piclens_wall_showDescription'] ? "true" : "false"), 'showReflections' => ($this->my_config['piclens_wall_showReflections'] ? "true" : "false"), 'showTutorial' => ($this->my_config['piclens_wall_showTutorial'] ? "true" : "false"), 'showNavArrows' => ($this->my_config['piclens_wall_showNavArrows'] ? "true" : "false"), 'backgroundAlpha' => isset($this->my_config['piclens_wall_backgroundAlpha']) ? $this->my_config['piclens_wall_backgroundAlpha'] : "0.0", )); if (isset($rssfeed)) $template->concat('PLUGIN_INDEX_CONTENT_AFTER', $template->parse('piclenswall', true)); } } ?>