Changeset 6373 for extensions/lightbox/lightbox.php
- Timestamp:
- May 26, 2010, 3:48:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/lightbox/lightbox.php
r5735 r6373 7 7 $conf['lightbox_rel'] = isset($conf['lightbox_rel']) ? ++$conf['lightbox_rel'] : 0; 8 8 9 switch ($user['t emplate'])9 switch ($user['theme']) 10 10 { 11 11 case 'simple': … … 18 18 } 19 19 20 $template->func_known_script(array('id'=>'colorbox', 'src'=>get_root_url().'plugins/lightbox/jquery.colorbox.js'), $smarty); 20 $template->func_known_script(array('id'=>'jquery', 'src'=>get_root_url().'themes/default/js/jquery.packed.js'), $smarty); 21 $template->func_known_script(array('id'=>'colorbox', 'src'=>get_root_url().'plugins/lightbox/js/jquery.colorbox-min.js'), $smarty); 21 22 $template->block_html_head('', ' 22 23 <link rel="stylesheet" href="'.get_root_url().'plugins/lightbox/theme/'.$params['theme'].'/colorbox.css" type="text/css" media="screen">
Note: See TracChangeset
for help on using the changeset viewer.