Felipe Uribe
|
b2e685e126
|
[-] FO, Bug fix double/
files containing a double /, example:
{$css_dir}/b... = cssdir//bootstrap_lib/bootstrap.css
to
{$css_dir}b... = = cssdir/bootstrap_lib/bootstrap.css
|
2013-11-25 07:19:37 -05:00 |
|
Felipe Uribe
|
f7b1fa88fa
|
double ../
header.tpl=
{$css_dir}/jquery/uniform.default.css |
..homedir//jquery/uniform.default.css
ok=
{$css_dir}jquery/uniform.default.css |=
homedir/jquery/uniform.default.css
|
2013-11-24 19:42:14 -05:00 |
|
Felipe Uribe
|
064b9f5ce5
|
double ../../
correct ../
|
2013-11-24 17:29:15 -05:00 |
|
Felipe Uribe
|
5113125a0d
|
Update AdminPPreferencesController.php
Falta coma:
),
'PS_DISPLAY_DISCOUNT_PRICE' => array(
|
2013-11-22 07:23:09 -05:00 |
|