//
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user