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