Changeset 4770 in subversion
- Timestamp:
- May 14, 2011 4:38:37 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/plugins/jqueryui/jqueryui.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/jqueryui/jqueryui.php
r4715 r4770 12 12 class jqueryui extends rcube_plugin 13 13 { 14 public $noajax = true; 15 14 16 public function init() 15 17 { 16 18 $version = '1.8.12'; 17 19 18 20 $rcmail = rcmail::get_instance(); 19 21 $this->load_config(); … … 31 33 } 32 34 else { 33 $this->include_stylesheet("themes/ $ui_theme/jquery-ui-$version.custom.css");35 $this->include_stylesheet("themes/default/jquery-ui-$version.custom.css"); 34 36 } 35 37 … … 51 53 52 54 } 53 54 ?>
Note: See TracChangeset
for help on using the changeset viewer.
