Changeset 29626 for extensions/Fotorama
- Timestamp:
- Sep 18, 2014, 3:40:04 PM (10 years ago)
- Location:
- extensions/Fotorama
- Files:
-
- 2 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Fotorama/main.inc.php
r29622 r29626 155 155 else 156 156 { 157 $template->set_filenames( array('slideshow' => realpath(FOTORAMA_PATH.'template/ slideshow.tpl')));157 $template->set_filenames( array('slideshow' => realpath(FOTORAMA_PATH.'template/fotorama.tpl'))); 158 158 } 159 $template->assign('FOTORAMA_CONTENT_PATH', realpath(FOTORAMA_PATH.'template/fotorama-content.tpl')); 159 160 } 160 161 }
Note: See TracChangeset
for help on using the changeset viewer.