Changeset 29626


Ignore:
Timestamp:
Sep 18, 2014, 3:40:04 PM (10 years ago)
Author:
JanisV
Message:

Improve support for theme

Location:
extensions/Fotorama
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Fotorama/main.inc.php

    r29622 r29626  
    155155    else
    156156    {
    157       $template->set_filenames( array('slideshow' => realpath(FOTORAMA_PATH.'template/slideshow.tpl')));
     157      $template->set_filenames( array('slideshow' => realpath(FOTORAMA_PATH.'template/fotorama.tpl')));
    158158    }
     159    $template->assign('FOTORAMA_CONTENT_PATH', realpath(FOTORAMA_PATH.'template/fotorama-content.tpl'));
    159160  }
    160161}
Note: See TracChangeset for help on using the changeset viewer.