[-] Installer : Fix country_to_timezone in last step

[+] BO : now AdminProducts and AdminCategories are separated from AdminCatalog
[+] FO : new method Category::getAllChildren() (the return value is an array, but can evolve to a collection
// Uses of Media:: in header.inc.php
This commit is contained in:
mMarinetti
2011-10-06 13:02:24 +00:00
parent e03c8fdf4d
commit 4012b88f6b
9 changed files with 286 additions and 278 deletions
+1 -1
View File
@@ -752,7 +752,7 @@ if ($lm->getIncludeTradFilename())
$('#benefitsBlock').show();
$.ajax({
type: "GET",
url: "./php?controller=country_to_timezone.php?country="+$("select#infosCountry option:selected").attr('rel'),
url: "./php/country_to_timezone.php?country="+$("select#infosCountry option:selected").attr('rel'),
success: function(timezone){
$("select#infosTimezone").val(timezone);
}