FIX remove unused option
This commit is contained in:
parent
406f26b9d2
commit
0a36a487c4
@ -58,7 +58,7 @@ top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss);
|
||||
$categorie = new Categorie($db);
|
||||
$categories = $categorie->get_full_arbo('product');
|
||||
?>
|
||||
var categories = <?php echo json_encode($categories, JSON_HEX_APOS); ?>;
|
||||
var categories = <?php echo json_encode($categories); ?>;
|
||||
var currentcat;
|
||||
var pageproducts=0;
|
||||
var pagecategories=0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user