Netsol_Brand - Version 1.0.2

Version Notes

Stable release

Download this release

Release Info

Developer Netsol
Extension Netsol_Brand
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

app/code/community/Netsol/Brand/etc/config.xml CHANGED
@@ -22,7 +22,7 @@
22
  <config>
23
  <modules>
24
  <Netsol_Brand>
25
- <version>1.0.1</version> <!-- Version of module -->
26
  </Netsol_Brand>
27
  </modules>
28
  <frontend>
22
  <config>
23
  <modules>
24
  <Netsol_Brand>
25
+ <version>1.0.2</version> <!-- Version of module -->
26
  </Netsol_Brand>
27
  </modules>
28
  <frontend>
app/code/community/Netsol/Brand/sql/brand_setup/{mysql4-install-1.0.1.php → mysql4-install-1.0.2.php} RENAMED
File without changes
app/design/frontend/base/default/template/brand/brandproductlist.phtml CHANGED
@@ -12,12 +12,13 @@ $baseimagewidth = Mage::getStoreConfig('netsol_brand/settings/brand_image_width'
12
  $baseimageheight = Mage::getStoreConfig('netsol_brand/settings/brand_image_height');
13
  $defaultlogo = Mage::getStoreConfig('netsol_brand/settings/default_logo');
14
  $defaultlogo = str_replace("default/","",$defaultlogo);
 
15
  ?>
16
  <div id="brand_detail">
17
  <h1 class="brand-name"><?php echo $brand_info->getName(); ?></h1>
18
  <div class="brand-info">
19
  <span class="brandinfo_baseimage">
20
- <?php if(($brand['logo'] != '') || ($defaultlogo != '')): ?>
21
  <img class="brand_baseimage" src="<?php echo ($brand_info->getBaseImage() != '') ? $this->resize('brand/','brand/resize/',$brand_info->getBaseImage(),$baseimagewidth,$baseimageheight) : $this->resize('brand/default/','brand/default/resize/',$defaultlogo,$logowidth,$logoheight); ?>" />
22
  <?php else:
23
  $defaultlogo = 'small_image.jpg';
12
  $baseimageheight = Mage::getStoreConfig('netsol_brand/settings/brand_image_height');
13
  $defaultlogo = Mage::getStoreConfig('netsol_brand/settings/default_logo');
14
  $defaultlogo = str_replace("default/","",$defaultlogo);
15
+ $baseimage = $brand_info->getBaseImage();
16
  ?>
17
  <div id="brand_detail">
18
  <h1 class="brand-name"><?php echo $brand_info->getName(); ?></h1>
19
  <div class="brand-info">
20
  <span class="brandinfo_baseimage">
21
+ <?php if(($baseimage != '') || ($defaultlogo != '')): ?>
22
  <img class="brand_baseimage" src="<?php echo ($brand_info->getBaseImage() != '') ? $this->resize('brand/','brand/resize/',$brand_info->getBaseImage(),$baseimagewidth,$baseimageheight) : $this->resize('brand/default/','brand/default/resize/',$defaultlogo,$logowidth,$logoheight); ?>" />
23
  <?php else:
24
  $defaultlogo = 'small_image.jpg';
media/brand/default/index_gucci_1.jpg ADDED
Binary file
media/brand/default/resize/120_66_index_gucci_1.jpg ADDED
Binary file
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Netsol_Brand</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license>Open Software License</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>The extension allows to create brand list, associate products with brands in brand product page as shop by brands.</summary>
10
- <description>The extension allows to create brand list, associate products with brands in brand product page as shop by brands.</description>
11
- <notes>Latest version</notes>
12
  <authors><author><name>Netsol</name><user>net_solutions</user><email>marketing@netsolutionsindia.com</email></author></authors>
13
- <date>2015-06-30</date>
14
- <time>11:16:23</time>
15
- <contents><target name="magecommunity"><dir name="Netsol"><dir name="Brand"><dir name="Block"><dir name="Adminhtml"><dir name="Brand"><dir name="Edit"><file name="Form.php" hash="26a58a2b51846146edadb4ac73502769"/><dir name="Tab"><file name="Form.php" hash="272237823e9ed327291959f0168a0936"/></dir><file name="Tabs.php" hash="3a1478fcab034e84532f05f956109dc8"/></dir><file name="Edit.php" hash="3bd55292b615be5a7ef04f0727ae5ec1"/><file name="Grid.php" hash="670ac7bc6319e35efaac0b0d1a4808f0"/></dir><file name="Brand.php" hash="dacc2aeec25f2189dfe67f6f684e4002"/></dir><file name="Brand.php" hash="4292cd5bb6e4d77c82d53e8adbdc816b"/><file name="Brandproductlist.php" hash="04cd33d93cce595f7d56d992b25a6465"/><file name="Brandtoolbar.php" hash="6e023255fd3db961fb01e56492f71433"/><file name="Navigation.php" hash="2eb09111da8874bbb50bcccabea40c4b"/><file name="Pager.php" hash="3254db550d78391ab1c6b9958750418f"/></dir><dir name="Controller"><file name="Router.php" hash="628531a8d1659bfd8be5620849fdb4a7"/></dir><dir name="Helper"><file name="Data.php" hash="a61b2a333b7e851f73679a0a22560f28"/></dir><dir name="Model"><file name="Brand.php" hash="d1bfcb72930684caa7927df3121210eb"/><dir name="Mysql4"><dir name="Brand"><file name="Collection.php" hash="85accf1837e3b2a0d8a3f46de628b4f0"/></dir><file name="Brand.php" hash="80fc9fa242185e768a24975b5f675087"/></dir><file name="Observer.php" hash="62866e46984983ecba635ea819b56aac"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="BrandController.php" hash="4028f0f8e050745eb54f51dc698d36a9"/></dir><file name="BrandController.php" hash="2de8b1e5676a681ef3001afa71aef40b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="d0bf1ad1537d95a0a7c99ca06a500e83"/><file name="config.xml" hash="d66a1d42cf7a027d6c8ee297da014706"/><file name="system.xml" hash="b6fccd5043297a60ab02faabc5dfc8af"/></dir><dir name="sql"><dir name="brand_setup"><file name="mysql4-install-1.0.1.php" hash="642b8446f20a90b2f27e93c8c2335354"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Netsol_Brand.xml" hash="f29447ad362602b10aa9541800659d3b"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="brand.xml" hash="46065be13bf489cde337da911e91b8f7"/></dir><dir name="template"><dir name="brand"><file name="brand.phtml" hash="541ba4bf2348bb1de4bd9e883d54c5cc"/><file name="brandfooter.phtml" hash="6e80f0ac97c1c93761b2ebf71aa7bf73"/><file name="brandproductlist.phtml" hash="360f6bb84f89eeef4e9dd7a0d465723b"/><dir name="html"><file name="pager.phtml" hash="b5bdeff2c8da4fa27d270ec2d436cfed"/></dir><dir name="navigation"><file name="brandtopmenu.phtml" hash="c14607bb6ea363c5da0a3e690b126051"/></dir><dir name="toolbar"><file name="brandtoolbar.phtml" hash="246acc033aeb4b2cd3c41658e5b6a3a3"/><file name="pager.phtml" hash="b5bdeff2c8da4fa27d270ec2d436cfed"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="netsol"><dir name="brand"><file name="brand.css" hash="0d50eb5431f3edce2ba5ffcbc8667881"/><file name="jquery.bxslider.css" hash="22c455a0fb61b2a1e0a7dadd1f95e386"/><file name="tinycarousel.css" hash="ecad2eafca22937aba7cb5ec87fe9715"/></dir></dir></dir><dir name="images"><dir name="netsol"><dir name="brand"><file name="bullet.png" hash="117c0297bac6096d62702893e7d7b840"/><file name="bx_loader.gif" hash="931bdb6b50816b03206c66921760b246"/><file name="controls.png" hash="d9d25372f38c6b242b9b51d5841fe86e"/><file name="loading.gif" hash="3eb63d6867e720e525cca07b3e33afbc"/><file name="product_loader.gif" hash="03b6aa9d61525f4f9dd41512ea7134a4"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/></dir></dir></dir><dir name="js"><dir name="netsol"><dir name="brand"><file name="jquery-1.10.2.min.js" hash="628072e7212db1e8cdacb22b21752cda"/><file name="jquery.js" hash="895323ed2f7258af4fae2c738c8aea49"/><file name="jquery.min.2.0.js" hash="2edc942c0bd2476be8967a9f788d9e26"/><file name="jquery.tinycarousel.js" hash="9929533999a59b11aa93dd23defdb599"/><file name="jquery.tinycarousel.min.js" hash="bc6db8635552859f87ea3a12fde7f2bf"/></dir></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="brand"><file name="559fcf3930cd3476a16d5d017b720df9.png" hash="4ab46e58ad859ae1a156e2e21698aa1a"/><file name="d569c6cbe72a271dfd22164c14566be5.jpg" hash="4585f5b3f43488c71a4319eea933e7d4"/><dir name="default"><file name="index_gucci.jpg" hash="4585f5b3f43488c71a4319eea933e7d4"/><dir name="resize"><file name="120_200_index_gucci.jpg" hash="cd93c6c9ba59feb372170ad04b5cf253"/><file name="120_66_index_gucci.jpg" hash="8108c49eaec347f1b279d2bbf55e8c22"/><file name="120_66_small_image.jpg" hash="770c9e7d13d77b992c1c0aeec47889c0"/><file name="146_66_index_gucci.jpg" hash="71f6a5209574c4497b8b16f68e36e650"/></dir><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/></dir><file name="f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="c1a6cf2ac7e580ae6549ffdd8520c8bf"/><file name="fa11c3248c7deba29067b02b7b61134b.png" hash="fb92d5696a0ed74f8828e06d841d4a5a"/><file name="index_gucci.jpg" hash="4585f5b3f43488c71a4319eea933e7d4"/><dir name="logo"><file name="462f990847682010d2acb48e14a8ff15.jpg" hash="c9c1b7bcdffdf4187b5bd4d9c4ac1135"/><file name="559fcf3930cd3476a16d5d017b720df9.png" hash="4ab46e58ad859ae1a156e2e21698aa1a"/><file name="d569c6cbe72a271dfd22164c14566be5.jpg" hash="4585f5b3f43488c71a4319eea933e7d4"/><file name="f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="c1a6cf2ac7e580ae6549ffdd8520c8bf"/><file name="fa11c3248c7deba29067b02b7b61134b.png" hash="fb92d5696a0ed74f8828e06d841d4a5a"/><dir name="resize"><file name="120_200_559fcf3930cd3476a16d5d017b720df9.png" hash="c60ef3c4113797b80a2aff2ce91cd6cb"/><file name="120_200_d569c6cbe72a271dfd22164c14566be5.jpg" hash="cd93c6c9ba59feb372170ad04b5cf253"/><file name="120_200_f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="62a118ce2656370f1936a2689442199e"/><file name="120_200_fa11c3248c7deba29067b02b7b61134b.png" hash="5f15707a9669d6a6214d983421ea866b"/><file name="120_66_462f990847682010d2acb48e14a8ff15.jpg" hash="ab863adc17770c586c2f6b9220c8d483"/><file name="120_66_559fcf3930cd3476a16d5d017b720df9.png" hash="104dfc502f1eed7f16384e03d3a2c389"/><file name="120_66_d569c6cbe72a271dfd22164c14566be5.jpg" hash="8108c49eaec347f1b279d2bbf55e8c22"/><file name="120_66_f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="ac9665d29d1b86a2405631ca60ef415b"/><file name="120_66_fa11c3248c7deba29067b02b7b61134b.png" hash="9b330fe7c906cd48cb18256b0016fabf"/><file name="146_66_559fcf3930cd3476a16d5d017b720df9.png" hash="4d228e3f072f6daf21682d2f09483360"/><file name="146_66_d569c6cbe72a271dfd22164c14566be5.jpg" hash="71f6a5209574c4497b8b16f68e36e650"/><file name="146_66_f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="679eac56635b14cd0aed1cb1c379c96d"/><file name="146_66_fa11c3248c7deba29067b02b7b61134b.png" hash="680db626ff3b8076f4667cd3d2642f59"/><file name="300_400_f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="307f9ce6599659909a36044c5e3af603"/><file name="300_400_fa11c3248c7deba29067b02b7b61134b.png" hash="40e64a74c1e2d5a3aede0e0047554c97"/></dir></dir><dir name="resize"><file name="100_100_559fcf3930cd3476a16d5d017b720df9.png" hash="01f879890c407953cd8c111165bf42ce"/><file name="100_100_d569c6cbe72a271dfd22164c14566be5.jpg" hash="fcbb7ff0b9216869ba695fbe2781d4fd"/><file name="100_100_f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="7bf432c5bc434d363473bcdef5626baa"/><file name="100_100_fa11c3248c7deba29067b02b7b61134b.png" hash="f5fdc7862336fe59bc5b4abb4c820391"/><file name="300_400_fa11c3248c7deba29067b02b7b61134b.png" hash="40e64a74c1e2d5a3aede0e0047554c97"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Netsol_Brand</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license>Open Software License</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Facilitates your customers in filtering their product search further according to their brand preferences. </summary>
10
+ <description>Facilitates your customers in filtering their product search further according to their brand preferences. </description>
11
+ <notes>Stable release</notes>
12
  <authors><author><name>Netsol</name><user>net_solutions</user><email>marketing@netsolutionsindia.com</email></author></authors>
13
+ <date>2015-07-02</date>
14
+ <time>07:06:42</time>
15
+ <contents><target name="magecommunity"><dir name="Netsol"><dir name="Brand"><dir name="Block"><dir name="Adminhtml"><dir name="Brand"><dir name="Edit"><file name="Form.php" hash="26a58a2b51846146edadb4ac73502769"/><dir name="Tab"><file name="Form.php" hash="272237823e9ed327291959f0168a0936"/></dir><file name="Tabs.php" hash="3a1478fcab034e84532f05f956109dc8"/></dir><file name="Edit.php" hash="3bd55292b615be5a7ef04f0727ae5ec1"/><file name="Grid.php" hash="670ac7bc6319e35efaac0b0d1a4808f0"/></dir><file name="Brand.php" hash="dacc2aeec25f2189dfe67f6f684e4002"/></dir><file name="Brand.php" hash="4292cd5bb6e4d77c82d53e8adbdc816b"/><file name="Brandproductlist.php" hash="04cd33d93cce595f7d56d992b25a6465"/><file name="Brandtoolbar.php" hash="6e023255fd3db961fb01e56492f71433"/><file name="Navigation.php" hash="2eb09111da8874bbb50bcccabea40c4b"/><file name="Pager.php" hash="3254db550d78391ab1c6b9958750418f"/></dir><dir name="Controller"><file name="Router.php" hash="628531a8d1659bfd8be5620849fdb4a7"/></dir><dir name="Helper"><file name="Data.php" hash="a61b2a333b7e851f73679a0a22560f28"/></dir><dir name="Model"><file name="Brand.php" hash="d1bfcb72930684caa7927df3121210eb"/><dir name="Mysql4"><dir name="Brand"><file name="Collection.php" hash="85accf1837e3b2a0d8a3f46de628b4f0"/></dir><file name="Brand.php" hash="80fc9fa242185e768a24975b5f675087"/></dir><file name="Observer.php" hash="62866e46984983ecba635ea819b56aac"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="BrandController.php" hash="4028f0f8e050745eb54f51dc698d36a9"/></dir><file name="BrandController.php" hash="2de8b1e5676a681ef3001afa71aef40b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="d0bf1ad1537d95a0a7c99ca06a500e83"/><file name="config.xml" hash="f8a2e18df35eb0443168461d47536cef"/><file name="system.xml" hash="b6fccd5043297a60ab02faabc5dfc8af"/></dir><dir name="sql"><dir name="brand_setup"><file name="mysql4-install-1.0.2.php" hash="642b8446f20a90b2f27e93c8c2335354"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Netsol_Brand.xml" hash="f29447ad362602b10aa9541800659d3b"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="brand.xml" hash="46065be13bf489cde337da911e91b8f7"/></dir><dir name="template"><dir name="brand"><file name="brand.phtml" hash="541ba4bf2348bb1de4bd9e883d54c5cc"/><file name="brandfooter.phtml" hash="6e80f0ac97c1c93761b2ebf71aa7bf73"/><file name="brandproductlist.phtml" hash="a807fc1b6970b24ad5387bf6b7a976aa"/><dir name="html"><file name="pager.phtml" hash="b5bdeff2c8da4fa27d270ec2d436cfed"/></dir><dir name="navigation"><file name="brandtopmenu.phtml" hash="c14607bb6ea363c5da0a3e690b126051"/></dir><dir name="toolbar"><file name="brandtoolbar.phtml" hash="246acc033aeb4b2cd3c41658e5b6a3a3"/><file name="pager.phtml" hash="b5bdeff2c8da4fa27d270ec2d436cfed"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="netsol"><dir name="brand"><file name="brand.css" hash="0d50eb5431f3edce2ba5ffcbc8667881"/><file name="jquery.bxslider.css" hash="22c455a0fb61b2a1e0a7dadd1f95e386"/><file name="tinycarousel.css" hash="ecad2eafca22937aba7cb5ec87fe9715"/></dir></dir></dir><dir name="images"><dir name="netsol"><dir name="brand"><file name="bullet.png" hash="117c0297bac6096d62702893e7d7b840"/><file name="bx_loader.gif" hash="931bdb6b50816b03206c66921760b246"/><file name="controls.png" hash="d9d25372f38c6b242b9b51d5841fe86e"/><file name="loading.gif" hash="3eb63d6867e720e525cca07b3e33afbc"/><file name="product_loader.gif" hash="03b6aa9d61525f4f9dd41512ea7134a4"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/></dir></dir></dir><dir name="js"><dir name="netsol"><dir name="brand"><file name="jquery-1.10.2.min.js" hash="628072e7212db1e8cdacb22b21752cda"/><file name="jquery.js" hash="895323ed2f7258af4fae2c738c8aea49"/><file name="jquery.min.2.0.js" hash="2edc942c0bd2476be8967a9f788d9e26"/><file name="jquery.tinycarousel.js" hash="9929533999a59b11aa93dd23defdb599"/><file name="jquery.tinycarousel.min.js" hash="bc6db8635552859f87ea3a12fde7f2bf"/></dir></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="brand"><file name="559fcf3930cd3476a16d5d017b720df9.png" hash="4ab46e58ad859ae1a156e2e21698aa1a"/><file name="d569c6cbe72a271dfd22164c14566be5.jpg" hash="4585f5b3f43488c71a4319eea933e7d4"/><dir name="default"><file name="index_gucci.jpg" hash="4585f5b3f43488c71a4319eea933e7d4"/><file name="index_gucci_1.jpg" hash="4585f5b3f43488c71a4319eea933e7d4"/><dir name="resize"><file name="120_200_index_gucci.jpg" hash="cd93c6c9ba59feb372170ad04b5cf253"/><file name="120_66_index_gucci.jpg" hash="8108c49eaec347f1b279d2bbf55e8c22"/><file name="120_66_index_gucci_1.jpg" hash="8108c49eaec347f1b279d2bbf55e8c22"/><file name="120_66_small_image.jpg" hash="770c9e7d13d77b992c1c0aeec47889c0"/><file name="146_66_index_gucci.jpg" hash="71f6a5209574c4497b8b16f68e36e650"/></dir><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/></dir><file name="f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="c1a6cf2ac7e580ae6549ffdd8520c8bf"/><file name="fa11c3248c7deba29067b02b7b61134b.png" hash="fb92d5696a0ed74f8828e06d841d4a5a"/><file name="index_gucci.jpg" hash="4585f5b3f43488c71a4319eea933e7d4"/><dir name="logo"><file name="462f990847682010d2acb48e14a8ff15.jpg" hash="c9c1b7bcdffdf4187b5bd4d9c4ac1135"/><file name="559fcf3930cd3476a16d5d017b720df9.png" hash="4ab46e58ad859ae1a156e2e21698aa1a"/><file name="d569c6cbe72a271dfd22164c14566be5.jpg" hash="4585f5b3f43488c71a4319eea933e7d4"/><file name="f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="c1a6cf2ac7e580ae6549ffdd8520c8bf"/><file name="fa11c3248c7deba29067b02b7b61134b.png" hash="fb92d5696a0ed74f8828e06d841d4a5a"/><dir name="resize"><file name="120_200_559fcf3930cd3476a16d5d017b720df9.png" hash="c60ef3c4113797b80a2aff2ce91cd6cb"/><file name="120_200_d569c6cbe72a271dfd22164c14566be5.jpg" hash="cd93c6c9ba59feb372170ad04b5cf253"/><file name="120_200_f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="62a118ce2656370f1936a2689442199e"/><file name="120_200_fa11c3248c7deba29067b02b7b61134b.png" hash="5f15707a9669d6a6214d983421ea866b"/><file name="120_66_462f990847682010d2acb48e14a8ff15.jpg" hash="ab863adc17770c586c2f6b9220c8d483"/><file name="120_66_559fcf3930cd3476a16d5d017b720df9.png" hash="104dfc502f1eed7f16384e03d3a2c389"/><file name="120_66_d569c6cbe72a271dfd22164c14566be5.jpg" hash="8108c49eaec347f1b279d2bbf55e8c22"/><file name="120_66_f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="ac9665d29d1b86a2405631ca60ef415b"/><file name="120_66_fa11c3248c7deba29067b02b7b61134b.png" hash="9b330fe7c906cd48cb18256b0016fabf"/><file name="146_66_559fcf3930cd3476a16d5d017b720df9.png" hash="4d228e3f072f6daf21682d2f09483360"/><file name="146_66_d569c6cbe72a271dfd22164c14566be5.jpg" hash="71f6a5209574c4497b8b16f68e36e650"/><file name="146_66_f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="679eac56635b14cd0aed1cb1c379c96d"/><file name="146_66_fa11c3248c7deba29067b02b7b61134b.png" hash="680db626ff3b8076f4667cd3d2642f59"/><file name="300_400_f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="307f9ce6599659909a36044c5e3af603"/><file name="300_400_fa11c3248c7deba29067b02b7b61134b.png" hash="40e64a74c1e2d5a3aede0e0047554c97"/></dir></dir><dir name="resize"><file name="100_100_559fcf3930cd3476a16d5d017b720df9.png" hash="01f879890c407953cd8c111165bf42ce"/><file name="100_100_d569c6cbe72a271dfd22164c14566be5.jpg" hash="fcbb7ff0b9216869ba695fbe2781d4fd"/><file name="100_100_f40eac8ab70f205f89a326cbb2f1f910.jpg" hash="7bf432c5bc434d363473bcdef5626baa"/><file name="100_100_fa11c3248c7deba29067b02b7b61134b.png" hash="f5fdc7862336fe59bc5b4abb4c820391"/><file name="300_400_fa11c3248c7deba29067b02b7b61134b.png" hash="40e64a74c1e2d5a3aede0e0047554c97"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>