diff options
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/picture.php b/picture.php index 31a53cbde..6f0af4d6c 100644 --- a/picture.php +++ b/picture.php @@ -622,15 +622,6 @@ foreach (array('first','previous','next','last', 'current') as $which_image) if ($page['slideshow']) { - // Add local-slideshow.css file if exists - // Not only for ligth - $css = PHPWG_ROOT_PATH . get_themeconf('template_dir') . '/theme/' - . get_themeconf('theme') . '/local-slideshow.css'; - if (file_exists($css)) - { - //TODO CORRECT THIS $template->assign_block_vars('slideshow', array()); - } - $tpl_slideshow = array(); //slideshow end |