Advertisement
Guest User

config.xml

a guest
Oct 16th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.25 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4.  * @category    v1
  5.  * @package     v1_Brands
  6.  * @author      v1
  7.  * @copyright   Copyright 2012 v1
  8. * @version:    1.0.0
  9. */
  10. -->
  11. <config>
  12.     <modules>
  13.         <v1_Brands>
  14.             <version>1.0.0</version>
  15.         </v1_Brands>
  16.     </modules>
  17.     <frontend>
  18.         <layout>
  19.             <updates>
  20.                 <brands>
  21.                     <file>v1_brands.xml</file>
  22.                 </brands>
  23.             </updates>
  24.         </layout>
  25.     </frontend>
  26.     <global>
  27.         <models>
  28.             <brands>
  29.                 <class>v1_Brands_Model</class>
  30.             </brands>
  31.         </models>
  32.         <blocks>
  33.             <brands>
  34.                 <class>v1_Brands_Block</class>
  35.             </brands>
  36.         </blocks>
  37.         <helpers>
  38.             <brands>
  39.                 <class>v1_Brands_Helper</class>
  40.             </brands>
  41.         </helpers>
  42.     </global>
  43.     <default>
  44.         <brands>
  45.             <general>
  46.                 <product_view_enabled>0</product_view_enabled>
  47.                 <attr_id>manufacturer</attr_id>
  48.                 <image_extension>png</image_extension>
  49.                 <link_search_enabled>1</link_search_enabled>
  50.                 <page_base_path></page_base_path>
  51.                 <append_category_suffix>0</append_category_suffix>
  52.             </general>
  53.         </brands>
  54.     </default>
  55. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement