Add new templates and update existing ones for An Home Products module
- Created new index.php files for various directories to establish structure. - Added form.tpl and index.php for form helpers to enhance form handling. - Introduced suggestions.tpl and top.tpl for improved admin interface. - Implemented ajax-products.tpl and banners.tpl for front-end product display. - Developed content.tpl and widget-blocks.tpl for dynamic content rendering. - Enhanced widget-tabs.tpl and widget-wrapper.tpl for better tabbed navigation. - Included necessary licensing information in all new files.
This commit is contained in:
12
modules/an_homeproducts/config.xml
Normal file
12
modules/an_homeproducts/config.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<module>
|
||||
<name>an_homeproducts</name>
|
||||
<displayName><![CDATA[Home Products]]></displayName>
|
||||
<version><![CDATA[1.0.26]]></version>
|
||||
<description><![CDATA[New arrivals, Best sellers, Specials, Category, Categories (multiple), Featured products and Banners]]></description>
|
||||
<author><![CDATA[Anvanto]]></author>
|
||||
<tab><![CDATA[others]]></tab>
|
||||
<confirmUninstall><![CDATA[Are you sure you want to uninstall the module?]]></confirmUninstall>
|
||||
<is_configurable>1</is_configurable>
|
||||
<need_instance>0</need_instance>
|
||||
</module>
|
||||
Reference in New Issue
Block a user