le ho inserite cosi:
<?php if(JRequest::getVar('view') == "frontpage" ) : ?>
$slideshow_style = $this->params->get('slideshow_style', 'template_glass'); $mod_slideshow = $this->countModules('slideshow'); $slideshow_type = $this->params->get('slideshow_type', 'site_slideshow','module_slideshow'); $slideshow_layout = $this->params->get('slideshow_layout', 'on_top','with_col'); $slideshow_navigation_options = $this->params->get('slideshow_navigation_options', 'enable','disable'); $slideshow_text_opacity = $this->params->get('slideshow_text_opacity','0.5'); $slideshow_text_margin_bottom = $this->params->get('slideshow_text_margin_bottom'); $slideshow_readmore_text = $this->params->get('slideshow_readmore_text'); $autoPlay = $this->params->get('autoPlay', true,false); $playPause = $this->params->get('playPause', true,false); $stopOnHover = $this->params->get('stopOnHover', true,false);
<?php endif; ?>