Changeset 48988 in spip-zone for _plugins_/jquery_ui/jqueryui_pipelines_20.php
- Timestamp:
- Jun 22, 2011, 10:24:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/jquery_ui/jqueryui_pipelines_20.php
r48716 r48988 125 125 foreach ($config['plugins'] as $plug) { 126 126 if (in_array($plug, $Tjquery_css)) { 127 $flux .= "<link rel='stylesheet' type='text/css' media='all' href='". _DIR_JQUERYUI_CSS.$theme.$plug.".css' />\n";127 $flux .= "<link rel='stylesheet' type='text/css' media='all' href='".find_in_path(_DIR_JQUERYUI_CSS.$theme.$plug.'.css')."' />\n"; 128 128 } 129 129 }
Note: See TracChangeset
for help on using the changeset viewer.