Changeset 26984 for extensions


Ignore:
Timestamp:
Jan 26, 2014, 7:08:15 PM (10 years ago)
Author:
mistic100
Message:

add id to colorbox CSS (compatibility with Social Connect, User Collections, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lightbox/lightbox.php

    r17139 r26984  
    1010$template->func_combine_script(array('id'=>'jquery.colorbox', 'path'=>'plugins/lightbox/js/jquery.colorbox.js'));
    1111$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'));
    1313$template->block_html_head('','
    1414<script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.