git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9093 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2011-10-06 12:05:37 +00:00
parent 3d0e96b313
commit e228825648
2 changed files with 3 additions and 4 deletions
+3 -2
View File
@@ -42,7 +42,8 @@ else
if ($file == 'datepicker.css')
{
$html .= file_get_contents($css_folder.'themes/base/jquery.ui.theme.css');
$html = str_replace('url(images', 'url(../themes/base/images', $html);
$html = file_get_contents($css_folder.'ui/themes/base/jquery.ui.theme.css');
$html .= file_get_contents($css_folder.'ui/themes/base/jquery.ui.datepicker.css');
$html = str_replace('url(images', 'url(../ui/themes/base/images', $html);
}
echo $html ;
-2
View File
@@ -62,8 +62,6 @@ $plugins = array(
array('new_file' => $plugins_folder.'treeview/jquery.treeview.sortable.js', 'name' => 'treeview.sortable'),
'tabpane.js' =>
array('new_file' => $plugins_folder.'tabpane/jquery.tabpane.js', 'name' => 'tabpane'),
'ui.datepicker-js' =>
array('new_file' => $plugins_folder.'tabpane/jquery.tabpane.js', 'name' => 'tabpane'),
);