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 | CBSocialIcons |
Version | 1.8 |
Comparing to | |
See all releases |
Code changes from version 1.7 to 1.8
- app/etc/config.xml +18 -277
- package.xml +3 -3
app/etc/config.xml
CHANGED
@@ -19,10 +19,10 @@
|
|
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
|
23 |
-
* @package
|
24 |
-
* @copyright
|
25 |
-
* @license
|
26 |
*/
|
27 |
-->
|
28 |
<config>
|
@@ -30,257 +30,6 @@
|
|
30 |
<install>
|
31 |
<date></date>
|
32 |
</install>
|
33 |
-
<locale>
|
34 |
-
<allow>
|
35 |
-
<codes>
|
36 |
-
<af_ZA/><!-- Afrikaans (South Africa) -->
|
37 |
-
<ar_EG/><!-- Arabic (Egypt) -->
|
38 |
-
<ar_KW/><!-- Arabic (Kuwait) -->
|
39 |
-
<ar_MA/><!-- Arabic (Morocco) -->
|
40 |
-
<ar_SA/><!-- Arabic (Saudi Arabia) -->
|
41 |
-
<az_AZ/><!-- Azerbaijani (Azerbaijan) -->
|
42 |
-
<bg_BG/><!-- Bulgarian (Bulgaria) -->
|
43 |
-
<bn_BD/><!-- Bengali (Bangladesh) -->
|
44 |
-
<bs_BA/><!-- Bosnian (Bosnia) -->
|
45 |
-
<ca_ES/><!-- Catalan (Catalonia) -->
|
46 |
-
<cs_CZ/><!-- Czech (Czech Republic) -->
|
47 |
-
<cy_GB/><!-- Welsh (United Kingdom) -->
|
48 |
-
<da_DK/><!-- Danish (Denmark) -->
|
49 |
-
<de_AT/><!-- German (Austria) -->
|
50 |
-
<de_CH/><!-- German (Switzerland) -->
|
51 |
-
<de_DE/><!-- German (Germany) -->
|
52 |
-
<el_GR/><!-- Greek (Greece) -->
|
53 |
-
<en_AU/><!-- English (Australian) -->
|
54 |
-
<en_GB/><!-- English (United Kingdom) -->
|
55 |
-
<en_NZ/><!-- English (New Zealand) -->
|
56 |
-
<en_US/><!-- English (United States) -->
|
57 |
-
<es_AR/><!-- Spanish (Argentina) -->
|
58 |
-
<es_CO/><!-- Spanish (Colombia) -->
|
59 |
-
<es_PA/><!-- Spanish (Panama) -->
|
60 |
-
<gl_ES/><!-- Galician (Galician) -->
|
61 |
-
<es_CR/><!-- Spanish (Costa Rica) -->
|
62 |
-
<es_ES/><!-- Spanish (Spain) -->
|
63 |
-
<es_MX/><!-- Spanish (Mexico) -->
|
64 |
-
<es_EU/><!-- Basque (Basque) -->
|
65 |
-
<es_PE/><!-- Spanish (Peru) -->
|
66 |
-
<et_EE/><!-- Estonian (Estonia) -->
|
67 |
-
<fa_IR/><!-- Persian (Iran) -->
|
68 |
-
<fi_FI/><!-- Finnish (Finland) -->
|
69 |
-
<fil_PH/><!-- Filipino (Philippines) -->
|
70 |
-
<fr_CA/><!-- French (Canada) -->
|
71 |
-
<fr_FR/><!-- French (France) -->
|
72 |
-
<gu_IN/><!-- Gujarati (India) -->
|
73 |
-
<he_IL/><!-- Hebrew (Israel) -->
|
74 |
-
<hi_IN/><!-- Hindi (India) -->
|
75 |
-
<hr_HR/><!-- Croatian (Croatia) -->
|
76 |
-
<hu_HU/><!-- Hungarian (Hungary) -->
|
77 |
-
<id_ID/><!-- Indonesian (Indonesia) -->
|
78 |
-
<is_IS/><!-- Icelandic (Iceland) -->
|
79 |
-
<it_CH/><!-- Italian (Switzerland) -->
|
80 |
-
<it_IT/><!-- Italian (Italy) -->
|
81 |
-
<ja_JP/><!-- Japanese (Japan) -->
|
82 |
-
<ka_GE/><!-- Georgian (Georgia) -->
|
83 |
-
<km_KH/><!-- Khmer (Cambodia) -->
|
84 |
-
<ko_KR/><!-- Korean (South Korea) -->
|
85 |
-
<lo_LA/><!-- Lao (Laos) -->
|
86 |
-
<lt_LT/><!-- Lithuanian (Lithuania) -->
|
87 |
-
<lv_LV/><!-- Latvian (Latvia) -->
|
88 |
-
<mk_MK/><!-- Macedonian (Macedonia) -->
|
89 |
-
<mn_MN/><!-- Mongolian (Mongolia) -->
|
90 |
-
<ms_MY/><!-- Malaysian (Malaysia) -->
|
91 |
-
<nl_NL/><!-- Dutch (Netherlands) -->
|
92 |
-
<nb_NO/><!-- Norwegian Bokmål (Norway) -->
|
93 |
-
<nn_NO/><!-- Norwegian Nynorsk (Norway) -->
|
94 |
-
<pl_PL/><!-- Polish (Poland) -->
|
95 |
-
<pt_BR/><!-- Portuguese (Brazil) -->
|
96 |
-
<pt_PT/><!-- Portuguese (Portugal) -->
|
97 |
-
<ro_RO/><!-- Romanian (Romania) -->
|
98 |
-
<ru_RU/><!-- Russian (Russia) -->
|
99 |
-
<sk_SK/><!-- Slovak (Slovakia) -->
|
100 |
-
<sl_SI/><!-- Slovenian (Slovenia) -->
|
101 |
-
<sq_AL/><!-- Albanian (Albania) -->
|
102 |
-
<sr_RS/><!-- Serbian (Serbia) -->
|
103 |
-
<sv_SE/><!-- Swedish (Sweden) -->
|
104 |
-
<sw_KE/><!-- Swahili (Kenya) -->
|
105 |
-
<th_TH/><!-- Thai (Thailand) -->
|
106 |
-
<tr_TR/><!-- Turkish (Turkey) -->
|
107 |
-
<uk_UA/><!-- Ukrainian (Ukraine) -->
|
108 |
-
<vi_VN/><!-- Vietnamese (Vietnam) -->
|
109 |
-
<zh_CN/><!-- Chinese (China) -->
|
110 |
-
<zh_HK/><!-- Chinese (Hong Kong SAR) -->
|
111 |
-
<zh_TW/><!-- Chinese (Taiwan) -->
|
112 |
-
<es_CL/><!-- Spanich (Chile) -->
|
113 |
-
<lo_LA/><!-- Laotian -->
|
114 |
-
<es_VE/><!-- Spanish (Venezuela) -->
|
115 |
-
</codes>
|
116 |
-
<currencies>
|
117 |
-
<AFN/><!-- Afghani -->
|
118 |
-
<ALL/><!-- Albanian Lek -->
|
119 |
-
<AZN/><!-- Azerbaijanian Manat -->
|
120 |
-
<DZD/><!-- Algerian Dinar -->
|
121 |
-
<AOA/><!-- Angolan Kwanza -->
|
122 |
-
<ARS/><!-- Argentine Peso -->
|
123 |
-
<AMD/><!-- Armenian Dram -->
|
124 |
-
<AWG/><!-- Aruban Florin -->
|
125 |
-
<AUD/><!-- Australian Dollar -->
|
126 |
-
<BSD/><!-- Bahamian Dollar -->
|
127 |
-
<BHD/><!-- Bahraini Dinar -->
|
128 |
-
<BDT/><!-- Bangladesh Taka -->
|
129 |
-
<BBD/><!-- Barbados Dollar -->
|
130 |
-
<BYR/><!-- Belarussian Ruble -->
|
131 |
-
<BZD/><!-- Belize Dollar -->
|
132 |
-
<BMD/><!-- Bermudan Dollar -->
|
133 |
-
<BTN/><!-- Bhutan Ngultrum -->
|
134 |
-
<BOB/><!-- Boliviano -->
|
135 |
-
<BAM/><!-- Bosnia-Herzegovina Convertible Mark -->
|
136 |
-
<BWP/><!-- Botswanan Pula -->
|
137 |
-
<BRL/><!-- Brazilian Real -->
|
138 |
-
<GBP/><!-- British Pound Sterling -->
|
139 |
-
<BND/><!-- Brunei Dollar -->
|
140 |
-
<BGN/><!-- Bulgarian New Lev -->
|
141 |
-
<BUK/><!-- Burmese Kyat -->
|
142 |
-
<BIF/><!-- Burundi Franc -->
|
143 |
-
<KHR/><!-- Cambodian Riel -->
|
144 |
-
<CAD/><!-- Canadian Dollar -->
|
145 |
-
<CVE/><!-- Cape Verde Escudo -->
|
146 |
-
<CZK/><!-- Czech Republic Koruna -->
|
147 |
-
<KYD/><!-- Cayman Islands Dollar -->
|
148 |
-
<GQE/><!-- Central African CFA Franc -->
|
149 |
-
<CLP/><!-- Chilean Peso -->
|
150 |
-
<CNY/><!-- Chinese Yuan Renminbi -->
|
151 |
-
<COP/><!-- Colombian Peso -->
|
152 |
-
<KMF/><!-- Comoro Franc -->
|
153 |
-
<CDF/><!-- Congolese Franc Congolais -->
|
154 |
-
<CRC/><!-- Costa Rican Colon -->
|
155 |
-
<HRK/><!-- Croatian Kuna -->
|
156 |
-
<CUP/><!-- Cuban Peso -->
|
157 |
-
<DKK/><!-- Danish Krone -->
|
158 |
-
<DJF/><!-- Djibouti Franc -->
|
159 |
-
<DOP/><!-- Dominican Peso -->
|
160 |
-
<XCD/><!-- East Caribbean Dollar -->
|
161 |
-
<EGP/><!-- Egyptian Pound -->
|
162 |
-
<SVC/><!-- El Salvador Colon -->
|
163 |
-
<ERN/><!-- Eritrean Nakfa -->
|
164 |
-
<EEK/><!-- Estonian Kroon -->
|
165 |
-
<ETB/><!-- Ethiopian Birr -->
|
166 |
-
<EUR/><!-- Euro -->
|
167 |
-
<FKP/><!-- Falkland Islands Pound -->
|
168 |
-
<FJD/><!-- Fiji Dollar -->
|
169 |
-
<GMD/><!-- Gambia Dalasi -->
|
170 |
-
<GEK/><!-- Georgian Kupon Larit -->
|
171 |
-
<GHS/><!-- Ghana Cedi -->
|
172 |
-
<GIP/><!-- Gibraltar Pound -->
|
173 |
-
<GTQ/><!-- Guatemala Quetzal -->
|
174 |
-
<GNF/><!-- Guinea Franc -->
|
175 |
-
<GYD/><!-- Guyana Dollar -->
|
176 |
-
<HTG/><!-- Haitian Gourde -->
|
177 |
-
<HNL/><!-- Honduras Lempira -->
|
178 |
-
<HKD/><!-- Hong Kong Dollar -->
|
179 |
-
<HUF/><!-- Hungarian Forint -->
|
180 |
-
<ISK/><!-- Icelandic Krona -->
|
181 |
-
<INR/><!-- Indian Rupee -->
|
182 |
-
<IDR/><!-- Indonesian Rupiah -->
|
183 |
-
<IRR/><!-- Iranian Rial -->
|
184 |
-
<IQD/><!-- Iraqi Dinar -->
|
185 |
-
<ILS/><!-- Israeli New Sheqel -->
|
186 |
-
<JMD/><!-- Jamaican Dollar -->
|
187 |
-
<JPY/><!-- Japanese Yen -->
|
188 |
-
<JOD/><!-- Jordanian Dinar -->
|
189 |
-
<KZT/><!-- Kazakhstan Tenge -->
|
190 |
-
<KES/><!-- Kenyan Shilling -->
|
191 |
-
<KWD/><!-- Kuwaiti Dinar -->
|
192 |
-
<KGS/><!-- Kyrgystan Som -->
|
193 |
-
<LAK/><!-- Laotian Kip -->
|
194 |
-
<LVL/><!-- Latvian Lats -->
|
195 |
-
<LBP/><!-- Lebanese Pound -->
|
196 |
-
<LSL/><!-- Lesotho Loti -->
|
197 |
-
<LRD/><!-- Liberian Dollar -->
|
198 |
-
<LYD/><!-- Libyan Dinar -->
|
199 |
-
<LTL/><!-- Lithuanian Lita -->
|
200 |
-
<MOP/><!-- Macao Pataca -->
|
201 |
-
<MKD/><!-- Macedonian Denar -->
|
202 |
-
<MGA/><!-- Malagasy Ariary -->
|
203 |
-
<MWK/><!-- Malawi Kwacha -->
|
204 |
-
<MYR/><!-- Malaysian Ringgit -->
|
205 |
-
<MVR/><!-- Maldive Islands Rufiyaa -->
|
206 |
-
<LSM/><!-- Maloti -->
|
207 |
-
<MRO/><!-- Mauritania Ouguiya -->
|
208 |
-
<MUR/><!-- Mauritius Rupee -->
|
209 |
-
<MXN/><!-- Mexican Peso -->
|
210 |
-
<MDL/><!-- Moldovan Leu -->
|
211 |
-
<MNT/><!-- Mongolian Tögrög -->
|
212 |
-
<MAD/><!-- Moroccan Dirham -->
|
213 |
-
<MZN/><!-- Mozambique Metical -->
|
214 |
-
<MMK/><!-- Myanmar Kyat -->
|
215 |
-
<NAD/><!-- Namibia Dollar -->
|
216 |
-
<NPR/><!-- Nepalese Rupee -->
|
217 |
-
<ANG/><!-- Netherlands Antillan Guilder -->
|
218 |
-
<YTL/><!-- New Turkish Lira -->
|
219 |
-
<NZD/><!-- New Zealand Dollar -->
|
220 |
-
<NIC/><!-- Nicaraguan Cordoba -->
|
221 |
-
<NGN/><!-- Nigerian Naira -->
|
222 |
-
<KPW/><!-- North Korean Won -->
|
223 |
-
<NOK/><!-- Norwegian Krone -->
|
224 |
-
<OMR/><!-- Oman Rial -->
|
225 |
-
<PKR/><!-- Pakistan Rupee -->
|
226 |
-
<PAB/><!-- Panamanian Balboa -->
|
227 |
-
<PGK/><!-- Papua New Guinea Kina -->
|
228 |
-
<PYG/><!-- Paraguay Guarani -->
|
229 |
-
<PEN/><!-- Peruvian Nuevo Sol -->
|
230 |
-
<PHP/><!-- Philippine Peso -->
|
231 |
-
<PLN/><!-- Polish Zloty -->
|
232 |
-
<QAR/><!-- Qatari Rial -->
|
233 |
-
<RHD/><!-- Rhodesian Dollar -->
|
234 |
-
<RON/><!-- Romanian Leu -->
|
235 |
-
<RUB/><!-- Russian Ruble -->
|
236 |
-
<RWF/><!-- Rwandan Franc -->
|
237 |
-
<SHP/><!-- Saint Helena Pound -->
|
238 |
-
<STD/><!-- Sao Tome and Principe Dobra -->
|
239 |
-
<SAR/><!-- Saudi Riyal -->
|
240 |
-
<RSD/><!-- Serbian Dinar -->
|
241 |
-
<SCR/><!-- Seychelles Rupee -->
|
242 |
-
<SLL/><!-- Sierra Leone Leone -->
|
243 |
-
<SGD/><!-- Singapore Dollar -->
|
244 |
-
<SKK/><!-- Slovak Koruna -->
|
245 |
-
<SBD/><!-- Solomon Islands Dollar -->
|
246 |
-
<SOS/><!-- Somali Shilling -->
|
247 |
-
<ZAR/><!-- South African Rand -->
|
248 |
-
<KRW/><!-- South Korean Won -->
|
249 |
-
<LKR/><!-- Sri Lanka Rupee -->
|
250 |
-
<SDG/><!-- Sudanese Pound -->
|
251 |
-
<SRD/><!-- Surinam Dollar -->
|
252 |
-
<SZL/><!-- Swaziland Lilangeni -->
|
253 |
-
<SEK/><!-- Swedish Krona -->
|
254 |
-
<CHF/><!-- Swiss Franc -->
|
255 |
-
<SYP/><!-- Syrian Pound -->
|
256 |
-
<TWD/><!-- Taiwan New Dollar -->
|
257 |
-
<TJS/><!-- Tajikistan Somoni -->
|
258 |
-
<TZS/><!-- Tanzanian Shilling -->
|
259 |
-
<THB/><!-- Thai Baht -->
|
260 |
-
<TOP/><!-- Tonga Pa?anga -->
|
261 |
-
<TTD/><!-- Trinidad and Tobago Dollar -->
|
262 |
-
<TND/><!-- Tunisian Dinar -->
|
263 |
-
<TMM/><!-- Turkmenistan Manat -->
|
264 |
-
<USD/><!-- US Dollar -->
|
265 |
-
<UGX/><!-- Ugandan Shilling -->
|
266 |
-
<UAH/><!-- Ukrainian Hryvnia -->
|
267 |
-
<AED/><!-- United Arab Emirates Dirham -->
|
268 |
-
<UYU/><!-- Uruguay Peso Uruguayo -->
|
269 |
-
<UZS/><!-- Uzbekistan Sum -->
|
270 |
-
<VUV/><!-- Vanuatu Vatu -->
|
271 |
-
<VEB/><!-- Venezuelan Bolivar -->
|
272 |
-
<VND/><!-- Vietnamese Dong -->
|
273 |
-
<CHE/><!-- WIR Euro -->
|
274 |
-
<CHW/><!-- WIR Franc -->
|
275 |
-
<XOF/><!-- West African CFA franc -->
|
276 |
-
<WST/><!-- Western Samoa Tala -->
|
277 |
-
<YER/><!-- Yemeni Rial -->
|
278 |
-
<ZMK/><!-- Zambian Kwacha -->
|
279 |
-
<ZWD/><!-- Zimbabwe Dollar -->
|
280 |
-
</currencies>
|
281 |
-
</allow>
|
282 |
-
</locale>
|
283 |
-
|
284 |
<resources>
|
285 |
<default_setup>
|
286 |
<connection>
|
@@ -288,7 +37,6 @@
|
|
288 |
<username></username>
|
289 |
<password/>
|
290 |
<dbname>magento</dbname>
|
291 |
-
|
292 |
<model>mysql4</model>
|
293 |
<initStatements>SET NAMES utf8</initStatements>
|
294 |
<type>pdo_mysql</type>
|
@@ -305,7 +53,6 @@
|
|
305 |
<use>default_setup</use>
|
306 |
</connection>
|
307 |
</default_read>
|
308 |
-
|
309 |
<core_setup>
|
310 |
<setup>
|
311 |
<module>Mage_Core</module>
|
@@ -325,17 +72,12 @@
|
|
325 |
</connection>
|
326 |
</core_read>
|
327 |
</resources>
|
328 |
-
|
329 |
<resource>
|
330 |
-
|
331 |
<connection>
|
332 |
<types>
|
333 |
<pdo_mysql>
|
334 |
<class>Mage_Core_Model_Resource_Type_Db_Pdo_Mysql</class>
|
335 |
</pdo_mysql>
|
336 |
-
<mysqli>
|
337 |
-
<class>Mage_Core_Model_Resource_Type_Db_Mysqli</class>
|
338 |
-
</mysqli>
|
339 |
</types>
|
340 |
</connection>
|
341 |
</resource>
|
@@ -343,27 +85,20 @@
|
|
343 |
<varien>
|
344 |
<class>Varien</class>
|
345 |
</varien>
|
346 |
-
|
347 |
<core>
|
348 |
<class>Mage_Core_Model</class>
|
349 |
<resourceModel>core_mysql4</resourceModel>
|
350 |
</core>
|
351 |
-
|
352 |
<core_mysql4>
|
353 |
<class>Mage_Core_Model_Mysql4</class>
|
354 |
<entities>
|
355 |
-
<config_data>
|
356 |
-
|
357 |
-
</
|
358 |
-
<
|
359 |
-
|
360 |
-
</
|
361 |
-
<
|
362 |
-
<table>core_store</table>
|
363 |
-
</store>
|
364 |
-
<resource>
|
365 |
-
<table>core_resource</table>
|
366 |
-
</resource>
|
367 |
</entities>
|
368 |
</core_mysql4>
|
369 |
</models>
|
@@ -389,5 +124,11 @@
|
|
389 |
<export>{{var_dir}}/export</export>
|
390 |
</filesystem>
|
391 |
</system>
|
|
|
|
|
|
|
|
|
|
|
|
|
392 |
</default>
|
393 |
-
</config>
|
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>
|
30 |
<install>
|
31 |
<date></date>
|
32 |
</install>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
<resources>
|
34 |
<default_setup>
|
35 |
<connection>
|
37 |
<username></username>
|
38 |
<password/>
|
39 |
<dbname>magento</dbname>
|
|
|
40 |
<model>mysql4</model>
|
41 |
<initStatements>SET NAMES utf8</initStatements>
|
42 |
<type>pdo_mysql</type>
|
53 |
<use>default_setup</use>
|
54 |
</connection>
|
55 |
</default_read>
|
|
|
56 |
<core_setup>
|
57 |
<setup>
|
58 |
<module>Mage_Core</module>
|
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>
|
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>
|
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>CBSocialIcons</name>
|
4 |
-
<version>1.
|
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 |
<?php echo Mage::helper('network/data')->CUE_socialIcons(); ?></notes>
|
13 |
<authors><author><name>Nitin Khullar</name><user>auto-converted</user><email>nitin.khullar@cueblocks.com</email></author><author><name>Avneet Sethi</name><user>auto-converted</user><email>avneet@cueblocks.com</email></author></authors>
|
14 |
<date>2010-12-17</date>
|
15 |
-
<time>04:
|
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="
|
17 |
<compatible/>
|
18 |
<dependencies/>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>CBSocialIcons</name>
|
4 |
+
<version>1.8</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 |
<?php echo Mage::helper('network/data')->CUE_socialIcons(); ?></notes>
|
13 |
<authors><author><name>Nitin Khullar</name><user>auto-converted</user><email>nitin.khullar@cueblocks.com</email></author><author><name>Avneet Sethi</name><user>auto-converted</user><email>avneet@cueblocks.com</email></author></authors>
|
14 |
<date>2010-12-17</date>
|
15 |
+
<time>04:30:16</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="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>
|