Social_Bookmarks_Icons_2_0 - Version 2.3

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.3
Comparing to
See all releases


Code changes from version 2.2 to 2.3

Files changed (2) hide show
  1. app/etc/config.xml +0 -134
  2. package.xml +3 -3
app/etc/config.xml DELETED
@@ -1,134 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magentocommerce.com for more information.
21
- *
22
- * @category Mage
23
- * @package Mage_Core
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <global>
30
- <install>
31
- <date></date>
32
- </install>
33
- <resources>
34
- <default_setup>
35
- <connection>
36
- <host>localhost</host>
37
- <username></username>
38
- <password/>
39
- <dbname>magento</dbname>
40
- <model>mysql4</model>
41
- <initStatements>SET NAMES utf8</initStatements>
42
- <type>pdo_mysql</type>
43
- <active>0</active>
44
- </connection>
45
- </default_setup>
46
- <default_write>
47
- <connection>
48
- <use>default_setup</use>
49
- </connection>
50
- </default_write>
51
- <default_read>
52
- <connection>
53
- <use>default_setup</use>
54
- </connection>
55
- </default_read>
56
- <core_setup>
57
- <setup>
58
- <module>Mage_Core</module>
59
- </setup>
60
- <connection>
61
- <use>default_setup</use>
62
- </connection>
63
- </core_setup>
64
- <core_write>
65
- <connection>
66
- <use>default_write</use>
67
- </connection>
68
- </core_write>
69
- <core_read>
70
- <connection>
71
- <use>default_read</use>
72
- </connection>
73
- </core_read>
74
- </resources>
75
- <resource>
76
- <connection>
77
- <types>
78
- <pdo_mysql>
79
- <class>Mage_Core_Model_Resource_Type_Db_Pdo_Mysql</class>
80
- </pdo_mysql>
81
- </types>
82
- </connection>
83
- </resource>
84
- <models>
85
- <varien>
86
- <class>Varien</class>
87
- </varien>
88
- <core>
89
- <class>Mage_Core_Model</class>
90
- <resourceModel>core_mysql4</resourceModel>
91
- </core>
92
- <core_mysql4>
93
- <class>Mage_Core_Model_Mysql4</class>
94
- <entities>
95
- <config_data><table>core_config_data</table></config_data>
96
- <website><table>core_website</table></website>
97
- <store><table>core_store</table></store>
98
- <resource><table>core_resource</table></resource>
99
- <cache><table>core_cache</table></cache>
100
- <cache_tag><table>core_cache_tag</table></cache_tag>
101
- <cache_option><table>core_cache_option</table></cache_option>
102
- </entities>
103
- </core_mysql4>
104
- </models>
105
- </global>
106
-
107
- <default>
108
- <system>
109
- <filesystem>
110
- <base>{{root_dir}}</base>
111
- <app>{{root_dir}}/app</app>
112
- <code>{{app_dir}}/code</code>
113
- <design>{{app_dir}}/design</design>
114
- <locale>{{app_dir}}/locale</locale>
115
- <etc>{{app_dir}}/etc</etc>
116
- <media>{{root_dir}}/media</media>
117
- <upload>{{root_dir}}/media/upload</upload>
118
- <skin>{{root_dir}}/skin</skin>
119
- <var>{{var_dir}}</var>
120
- <cache>{{var_dir}}/cache</cache>
121
- <session>{{var_dir}}/session</session>
122
- <tmp>{{var_dir}}/tmp</tmp>
123
- <pear>{{var_dir}}/pear</pear>
124
- <export>{{var_dir}}/export</export>
125
- </filesystem>
126
- </system>
127
- <general>
128
- <locale>
129
- <code>en_US</code>
130
- <timezone>America/Los_Angeles</timezone>
131
- </locale>
132
- </general>
133
- </default>
134
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -12,8 +12,8 @@
12
  &lt;?php echo Mage::helper('network/data')-&gt;CUE_socialIcons(); ?&gt;</notes>
13
  <authors><author><name>Nitin Khullar</name><user>auto-converted</user><email>nitin.khullar@cueblocks.com</email></author></authors>
14
  <date>2010-12-20</date>
15
- <time>06:47:33</time>
16
- <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="9179e5afe72fe71ff551d5e5c7a82cc2"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="cb_sn.css" hash="d41d8cd98f00b204e9800998ecf8427e"/></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></target><target name="mageetc"><dir name="modules"><file name="SN_Network.xml" hash="9b16689b5e618318cc8840734902bade"/></dir><dir name="."><file name="config.xml" hash="1461338d8c3bbeb24ce149c63cdf53f9"/></dir></target><target name="magecommunity"><dir name="SN"><dir name="Network"><dir name="Block"><dir name="Adminhtml"><dir name="Network"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="0a67d686b31f6a4dd38459d87b71f21a"/></dir><file name="Form.php" hash="263e0e54e8baed7a8262a9e062e383f4"/><file name="Tabs.php" hash="6147b0ce9918dff8ae383bcd527c1ea8"/></dir><file name="Edit.php" hash="fb73ad94cf3f5d6f6481f071f0b38e5e"/><file name="Grid.php" hash="65cd59b428235f0e731d7b6e60c63076"/></dir><file name="Network.php" hash="e926f1af478443690ad84f21cad854d3"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="NetworkController.php" hash="5229a1f162dfaa2fecc1c35a6274dbab"/></dir><file name="IndexController.php" hash="860a00351789c1184a302b72cab84ef6"/></dir><dir name="etc"><file name="config.xml" hash="ef4e5ce0f2d068a10eb04d7889cb27be"/></dir><dir name="Helper"><file name="Data.php" hash="9f55b04ad0fa8d4863183285576d1475"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Network"><file name="Collection.php" hash="229f02538c42f210cce82446829c19ab"/></dir><file name="Network.php" hash="882808ada9e5b11fc1abf12802414413"/></dir><file name="Network.php" hash="8d64e7727e81bf7814a71bef61f76b7e"/></dir><dir name="sql"><dir name="network_setup"><file name="mysql4-install-0.1.0.php" hash="42b600526b16fb0d072bda00f8b275f6"/></dir></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Social_Bookmarks_Icons_2_0</name>
4
+ <version>2.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
12
  &lt;?php echo Mage::helper('network/data')-&gt;CUE_socialIcons(); ?&gt;</notes>
13
  <authors><author><name>Nitin Khullar</name><user>auto-converted</user><email>nitin.khullar@cueblocks.com</email></author></authors>
14
  <date>2010-12-20</date>
15
+ <time>08:00:46</time>
16
+ <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="9179e5afe72fe71ff551d5e5c7a82cc2"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="cb_sn.css" hash="d41d8cd98f00b204e9800998ecf8427e"/></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></target><target name="mageetc"><dir name="modules"><file name="SN_Network.xml" hash="9b16689b5e618318cc8840734902bade"/></dir></target><target name="magecommunity"><dir name="SN"><dir name="Network"><dir name="Block"><dir name="Adminhtml"><dir name="Network"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="0a67d686b31f6a4dd38459d87b71f21a"/></dir><file name="Form.php" hash="263e0e54e8baed7a8262a9e062e383f4"/><file name="Tabs.php" hash="6147b0ce9918dff8ae383bcd527c1ea8"/></dir><file name="Edit.php" hash="fb73ad94cf3f5d6f6481f071f0b38e5e"/><file name="Grid.php" hash="65cd59b428235f0e731d7b6e60c63076"/></dir><file name="Network.php" hash="e926f1af478443690ad84f21cad854d3"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="NetworkController.php" hash="5229a1f162dfaa2fecc1c35a6274dbab"/></dir><file name="IndexController.php" hash="860a00351789c1184a302b72cab84ef6"/></dir><dir name="etc"><file name="config.xml" hash="ef4e5ce0f2d068a10eb04d7889cb27be"/></dir><dir name="Helper"><file name="Data.php" hash="9f55b04ad0fa8d4863183285576d1475"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Network"><file name="Collection.php" hash="229f02538c42f210cce82446829c19ab"/></dir><file name="Network.php" hash="882808ada9e5b11fc1abf12802414413"/></dir><file name="Network.php" hash="8d64e7727e81bf7814a71bef61f76b7e"/></dir><dir name="sql"><dir name="network_setup"><file name="mysql4-install-0.1.0.php" hash="42b600526b16fb0d072bda00f8b275f6"/></dir></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>