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('piclenswalltitle', $this->my_config['piclens_wall_title']); // $template->assign('rssfeed', $rssfeed); // $template->assign('color', $this->my_config['piclens_wall_color']); // $template->assign('height', $this->my_config['piclens_wall_height']); // $template->assign('showfullscreen', ($this->my_config['piclens_wall_showfullscreen'] ? "true" : "false")); // $template->assign('showembed', ($this->my_config['piclens_wall_showembed'] ? "true" : "false")); // $template->assign('showsearch', ($this->my_config['piclens_wall_showsearch'] ? "true" : "false")); $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') )); if (isset($rssfeed)) $template->concat('PLUGIN_INDEX_CONTENT_AFTER', $template->parse('piclenswall', true)); } } ?>