Changeset 9978


Ignore:
Timestamp:
Apr 2, 2011, 12:00:00 PM (13 years ago)
Author:
patdenice
Message:

Avoid errors with combine script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lightbox/lightbox.php

    r9977 r9978  
    88$selector = 'a[rel=colorbox'.$conf['lightbox_rel'].']';
    99
    10 $template->func_combine_script(array('id'=>'jquery.colorbox', 'path'=>'plugins/lightbox/js/jquery.colorbox-min.js', 'load'=>'footer'), $smarty);
     10$template->func_combine_script(array('id'=>'jquery.colorbox', 'path'=>'plugins/lightbox/js/jquery.colorbox.js', 'load'=>'footer'), $smarty);
    1111$template->func_combine_css(array('path'=>'plugins/lightbox/theme/'.$params['theme'].'/colorbox.css'), $smarty);
    1212$template->block_footer_script(array('require'=>'jquery.colorbox'), '
Note: See TracChangeset for help on using the changeset viewer.