Changeset 2416
- Timestamp:
- 07/01/10 16:34:44 (13 years ago)
- Location:
- plugins/colorbox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/colorbox/_define.php
r2256 r2416 14 14 /* Name */ "colorbox", 15 15 /* Description*/ "ColorBox like effect on images using jquery ColorBox plugin", 16 /* Author */ "Philippe aka amalgame and contributors",17 /* Version */ '1.3. 7',16 /* Author */ "Philippe aka amalgame and Tomtom", 17 /* Version */ '1.3.8', 18 18 /* Permissions */ 'admin' 19 19 ); -
plugins/colorbox/_public.php
r2255 r2416 45 45 if ($s->colorbox_user_files) { 46 46 $public_path = $core->blog->public_path; 47 $public_url = $core->blog->settings-> public_url;47 $public_url = $core->blog->settings->system->public_url; 48 48 $colorbox_user_path = $public_path.'/colorbox/themes/'; 49 49 $colorbox_user_url = $public_url.'/colorbox/themes/'; … … 56 56 } 57 57 } else { 58 $theme_path = path::fullFromRoot($core->blog->settings-> themes_path."/".$core->blog->settings->theme,DC_ROOT);;59 $theme_url = $core->blog->settings-> themes_url."/".$core->blog->settings->theme;58 $theme_path = path::fullFromRoot($core->blog->settings->system->themes_path."/".$core->blog->settings->system->theme,DC_ROOT);; 59 $theme_url = $core->blog->settings->system->themes_url."/".$core->blog->settings->system->theme; 60 60 $colorbox_user_path = $theme_path.'/colorbox/themes/'.$s->colorbox_theme.'/colorbox_user.css'; 61 61 $colorbox_user_url = $theme_url.'/colorbox/themes/'.$s->colorbox_theme.'/colorbox_user.css'; … … 63 63 echo 64 64 '<style type="text/css">'."\n". 65 #'@import url('.$theme_url.'/colorbox_'.$s->colorbox_theme.'/colorbox_user.css);'."\n".66 65 '@import url('.$colorbox_user_url.');'."\n". 67 66 "</style>\n";
Note: See TracChangeset
for help on using the changeset viewer.