[+] Classes : added new method Media::addJquery(), Media::addJqueryUI(), Media::addJqueryPlugin() [~] Deprecated : All method related to CCC has been moved in class Media git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8926 b9a71923-0436-4b27-9f14-aed3839534dd
8 lines
161 B
ApacheConf
Executable File
8 lines
161 B
ApacheConf
Executable File
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule "(.*)\.css$" retro-compat.css.php?file=$1.css [QSA,L]
|
|
</IfModule>
|
|
|
|
|