Refactor code structure for improved readability and maintainability

This commit is contained in:
“VeLiTi”
2026-02-06 11:59:13 +01:00
parent fb5951d202
commit 9212492b75
48 changed files with 13072 additions and 11329 deletions

View File

@@ -27,9 +27,9 @@ $view .= '
// ++++++++++++++++++++++++++++++
// Include highlighted Products
// ++++++++++++++++++++++++++++++
$view .= highlightedProducts2($clientsecret,category_id_highlighted_products_1, ($highlight_2 ?? 'highlight 2'),'');
$view .= highlightedProducts2(category_id_highlighted_products_1, ($highlight_2 ?? 'highlight 2'), '', $GLOBALS['cached_catalog'], $GLOBALS['cached_categories']);
$view .= highlightedProducts($clientsecret,category_id_highlighted_products_2, ($highlight_2 ?? 'highlight 2'),'');
$view .= highlightedProducts(category_id_highlighted_products_2, ($highlight_2 ?? 'highlight 2'), '', $GLOBALS['cached_catalog'], $GLOBALS['cached_categories']);
$view .= '