Changeset 26984
- Timestamp:
- Jan 26, 2014, 7:08:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/lightbox/lightbox.php
r17139 r26984 10 10 $template->func_combine_script(array('id'=>'jquery.colorbox', 'path'=>'plugins/lightbox/js/jquery.colorbox.js')); 11 11 $template->func_combine_script(array('id'=>'core.scripts', 'path'=>'themes/default/js/scripts.js')); 12 $template->func_combine_css(array(' path'=>'plugins/lightbox/theme/'.$params['theme'].'/colorbox.css'));12 $template->func_combine_css(array('id'=>'colorbox','path'=>'plugins/lightbox/theme/'.$params['theme'].'/colorbox.css')); 13 13 $template->block_html_head('',' 14 14 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.