c
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{% include javascript/global %}
|
||||
|
||||
{% if global.name == 'home' %}
|
||||
{% include javascript/homepage %}
|
||||
{% if global.module == 'home' %}
|
||||
{% include javascript/homepage %}
|
||||
|
||||
{% elsif global.module == 'product' %}
|
||||
{% include javascript/product_form %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if global.name == 'product' %}
|
||||
{% include javascript/product_form %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user