marketing

This commit is contained in:
2024-02-21 09:53:08 +07:00
parent a7bdbd38fe
commit 200a04e66a
10 changed files with 351 additions and 57 deletions

View File

@@ -1,14 +1,19 @@
{% include javascript/global %}
{% if global.module == 'home' %}
{% include javascript/homepage %}
{% include javascript/homepage %}
{% elsif global.module == 'product' %}
{% if global.view == 'home' %}
{% include javascript/product_list %}
{% endif %}
{% if global.view == 'home' %}
{% include javascript/product_list %}
{% endif %}
{% include javascript/product_form %}
{% include javascript/product_form %}
{% elsif global.module == 'deal' %}
{% include javascript/product_form %}
{% endif %}