Social_Bookmarks_Icons_2_0 - Version 2.5

Version Notes

Inorder to display this extension, you have to call below given code on required template page.

CUE_socialIcons(); ?>

Download this release

Release Info

Developer Magento Core Team
Extension Social_Bookmarks_Icons_2_0
Version 2.5
Comparing to
See all releases


Code changes from version 2.4 to 2.5

app/design/frontend/default/default/layout/network.xml CHANGED
@@ -11,16 +11,16 @@
11
  -->
12
  <layout version="0.1.0">
13
 
14
- <default>
15
  <reference name="head">
16
  <action method="addItem"><type>skin_css</type><name>css/cb_sn.css</name><params/></action>
17
  </reference>
18
 
19
- <!-- <reference name="footer">
20
  <action method="setTemplate"><template>network/footer.phtml</template></action>
21
- </reference> -->
22
  </default>
23
-
24
 
25
 
26
 
11
  -->
12
  <layout version="0.1.0">
13
 
14
+ <!--<default>
15
  <reference name="head">
16
  <action method="addItem"><type>skin_css</type><name>css/cb_sn.css</name><params/></action>
17
  </reference>
18
 
19
+ <reference name="footer">
20
  <action method="setTemplate"><template>network/footer.phtml</template></action>
21
+ </reference>
22
  </default>
23
+ -->
24
 
25
 
26
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Social_Bookmarks_Icons_2_0</name>
4
- <version>2.4</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
@@ -10,11 +10,11 @@
10
  <description>This extension allows you to share products / page on various Social Networking sites as choosen by you. The highlighting point of this extension is flexibility to call social icons anywhere you wish to display.</description>
11
  <notes>Inorder to display this extension, you have to call below given code on required template page.
12
 
13
- &amp;lt;?php echo Mage::helper(&amp;apos;network/data&amp;apos;)-&amp;gt;CUE_socialIcons(); ?&amp;gt;</notes>
14
  <authors><author><name>Nitin Khullar</name><user>auto-converted</user><email>nitin.khullar@cueblocks.com</email></author></authors>
15
- <date>2011-01-25</date>
16
- <time>10:42:36</time>
17
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="network.xml" hash="e53c67d4623cc024606160bd965b4fc7"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="network.xml" hash="2e0f338b63dd6d9c70b432b0ddd72d51"/></dir></dir></dir></dir></target><target name="magecommunity"><dir name="CueBlocks"><dir name="Network"><dir name="Block"><dir name="Adminhtml"><dir name="Network"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="92ddf3dc1f879609691141270e32eac9"/></dir><file name="Form.php" hash="0d9230d6f4caeb727c3484f595d022c7"/><file name="Tabs.php" hash="f0a58cb81c3fcbe102cad9202b4a0985"/></dir><file name="Edit.php" hash="56b48d94a60436a933d335cd898a4492"/><file name="Grid.php" hash="50da5763bff70bd77736e0b8ad1a4b60"/></dir><file name="Network.php" hash="c480e0329c74e8f160dedecf1457df9d"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="NetworkController.php" hash="a7e22badeaf25cf297ef1d0a0f1a10f7"/></dir><file name="IndexController.php" hash="03c5f3adf1fda97b632b5228c11a4831"/></dir><dir name="etc"><file name="config.xml" hash="40bfb624b6af26c7078bb98d27c74b1f"/></dir><dir name="Helper"><file name="Data.php" hash="d1d893d77e6333aeaa810549ad5d381b"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Network"><file name="Collection.php" hash="6d0dcb1633c7b972a3295f3747594a41"/></dir><file name="Network.php" hash="a0777e95233a9165a27debfa2eee6cb9"/></dir><file name="Network.php" hash="c29e16d20bc8fc4380137eac562562b8"/></dir><dir name="sql"><dir name="network_setup"><file name="mysql4-install-0.1.0.php" hash="42b600526b16fb0d072bda00f8b275f6"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CueBlocks_Network.xml" hash="70cbe86d9d9bac8b48817d3a8cdb2f3c"/></dir></target><target name="mage"><dir name="skin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="cb_sn.css" hash=""/></dir><dir name="images"><dir name="cb_social_icons"><file name="Facebook-icon.png" hash="41747a3796dce5f963fb2148d098449d"/><file name="Flickr-icon.png" hash="5c0aaf62c1b84d8347a482d953308e5c"/><file name="MySpace-icon.png" hash="cfc71f32acec27d3416da402bbaf01a3"/><file name="Twitter-icon.png" hash="c3ab6c65a4f6979cfd8aa1944eadd2dd"/></dir></dir></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Social_Bookmarks_Icons_2_0</name>
4
+ <version>2.5</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
10
  <description>This extension allows you to share products / page on various Social Networking sites as choosen by you. The highlighting point of this extension is flexibility to call social icons anywhere you wish to display.</description>
11
  <notes>Inorder to display this extension, you have to call below given code on required template page.
12
 
13
+ &lt;?php echo Mage::helper('network/data')-&gt;CUE_socialIcons(); ?&gt;</notes>
14
  <authors><author><name>Nitin Khullar</name><user>auto-converted</user><email>nitin.khullar@cueblocks.com</email></author></authors>
15
+ <date>2011-01-27</date>
16
+ <time>05:17:54</time>
17
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="network.xml" hash="e53c67d4623cc024606160bd965b4fc7"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="network.xml" hash="bda1ea48e7aeb69a305549ec2bc6e53e"/></dir></dir></dir></dir></target><target name="magecommunity"><dir name="CueBlocks"><dir name="Network"><dir name="Block"><dir name="Adminhtml"><dir name="Network"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="92ddf3dc1f879609691141270e32eac9"/></dir><file name="Form.php" hash="0d9230d6f4caeb727c3484f595d022c7"/><file name="Tabs.php" hash="f0a58cb81c3fcbe102cad9202b4a0985"/></dir><file name="Edit.php" hash="56b48d94a60436a933d335cd898a4492"/><file name="Grid.php" hash="50da5763bff70bd77736e0b8ad1a4b60"/></dir><file name="Network.php" hash="c480e0329c74e8f160dedecf1457df9d"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="NetworkController.php" hash="a7e22badeaf25cf297ef1d0a0f1a10f7"/></dir><file name="IndexController.php" hash="03c5f3adf1fda97b632b5228c11a4831"/></dir><dir name="etc"><file name="config.xml" hash="40bfb624b6af26c7078bb98d27c74b1f"/></dir><dir name="Helper"><file name="Data.php" hash="d1d893d77e6333aeaa810549ad5d381b"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Network"><file name="Collection.php" hash="6d0dcb1633c7b972a3295f3747594a41"/></dir><file name="Network.php" hash="a0777e95233a9165a27debfa2eee6cb9"/></dir><file name="Network.php" hash="c29e16d20bc8fc4380137eac562562b8"/></dir><dir name="sql"><dir name="network_setup"><file name="mysql4-install-0.1.0.php" hash="42b600526b16fb0d072bda00f8b275f6"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="cb_social_icons"><file name="Facebook-icon.png" hash="41747a3796dce5f963fb2148d098449d"/><file name="Flickr-icon.png" hash="5c0aaf62c1b84d8347a482d953308e5c"/><file name="MySpace-icon.png" hash="cfc71f32acec27d3416da402bbaf01a3"/><file name="Twitter-icon.png" hash="c3ab6c65a4f6979cfd8aa1944eadd2dd"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CueBlocks_Network.xml" hash="70cbe86d9d9bac8b48817d3a8cdb2f3c"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>