Magazento_Social - Version 1.0.5

Version Notes

1.0.3
====
Minor fixes, jQuery caching.
1.0.5
====
Button layout

Download this release

Release Info

Developer Magento Core Team
Extension Magazento_Social
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.5

app/code/community/Magazento/Social/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Magazento_Social>
5
- <version>1.0.2</version>
6
  </Magazento_Social>
7
  </modules>
8
  <frontend>
@@ -145,8 +145,8 @@
145
  <design>2</design>
146
 
147
  <position>Left</position>
148
- <position_vertical>Middle</position_vertical>
149
- <position_vertical_fixed></position_vertical_fixed>
150
  <position_button>Fixed</position_button>
151
  <position_button_fixed>5</position_button_fixed>
152
 
@@ -168,8 +168,8 @@
168
  <design>2</design>
169
 
170
  <position>Left</position>
171
- <position_vertical>Middle</position_vertical>
172
- <position_vertical_fixed></position_vertical_fixed>
173
  <position_button>Fixed</position_button>
174
  <position_button_fixed>165</position_button_fixed>
175
 
@@ -191,8 +191,8 @@
191
  <design>1</design>
192
 
193
  <position>Left</position>
194
- <position_vertical>Middle</position_vertical>
195
- <position_vertical_fixed></position_vertical_fixed>
196
  <position_button>Fixed</position_button>
197
  <position_button_fixed>485</position_button_fixed>
198
 
@@ -212,9 +212,9 @@
212
  <width>300</width>
213
  <design>1</design>
214
 
215
- <position>Left</position>
216
- <position_vertical>Middle</position_vertical>
217
- <position_vertical_fixed></position_vertical_fixed>
218
  <position_button>Fixed</position_button>
219
  <position_button_fixed>190</position_button_fixed>
220
 
@@ -233,8 +233,8 @@
233
  <design>2</design>
234
 
235
  <position>Right</position>
236
- <position_vertical>Middle</position_vertical>
237
- <position_vertical_fixed></position_vertical_fixed>
238
  <position_button>Fixed</position_button>
239
  <position_button_fixed>325</position_button_fixed>
240
 
2
  <config>
3
  <modules>
4
  <Magazento_Social>
5
+ <version>1.0.3</version>
6
  </Magazento_Social>
7
  </modules>
8
  <frontend>
145
  <design>2</design>
146
 
147
  <position>Left</position>
148
+ <position_vertical>Fixed</position_vertical>
149
+ <position_vertical_fixed>5</position_vertical_fixed>
150
  <position_button>Fixed</position_button>
151
  <position_button_fixed>5</position_button_fixed>
152
 
168
  <design>2</design>
169
 
170
  <position>Left</position>
171
+ <position_vertical>Fixed</position_vertical>
172
+ <position_vertical_fixed>5</position_vertical_fixed>
173
  <position_button>Fixed</position_button>
174
  <position_button_fixed>165</position_button_fixed>
175
 
191
  <design>1</design>
192
 
193
  <position>Left</position>
194
+ <position_vertical>Fixed</position_vertical>
195
+ <position_vertical_fixed>5</position_vertical_fixed>
196
  <position_button>Fixed</position_button>
197
  <position_button_fixed>485</position_button_fixed>
198
 
212
  <width>300</width>
213
  <design>1</design>
214
 
215
+ <position>Fixed</position>
216
+ <position_vertical>Fixed</position_vertical>
217
+ <position_vertical_fixed>5</position_vertical_fixed>
218
  <position_button>Fixed</position_button>
219
  <position_button_fixed>190</position_button_fixed>
220
 
233
  <design>2</design>
234
 
235
  <position>Right</position>
236
+ <position_vertical>Fixed</position_vertical>
237
+ <position_vertical_fixed>5</position_vertical_fixed>
238
  <position_button>Fixed</position_button>
239
  <position_button_fixed>325</position_button_fixed>
240
 
app/design/frontend/base/default/layout/magazento_social.xml CHANGED
@@ -4,6 +4,8 @@
4
  <default>
5
  <reference name="head">
6
  <action method="addCss"><stylesheet>magazento_social/css/fblb.css</stylesheet></action>
 
 
7
  </reference>
8
  <reference name="content">
9
  <block type="core/template" name="magazento_social_core" after="-" template="magazento_social/list.phtml"/>
4
  <default>
5
  <reference name="head">
6
  <action method="addCss"><stylesheet>magazento_social/css/fblb.css</stylesheet></action>
7
+ <action method="addItem"><type>skin_css</type><name>magazento_social/css/ie7.css?ver=3.2.1</name><params/><if>lt IE 7</if></action>
8
+ <action method="addItem"><type>js</type><name>magazento_social/js/userscripts-ie7.js</name><params/><if>lt IE 7</if></action>
9
  </reference>
10
  <reference name="content">
11
  <block type="core/template" name="magazento_social_core" after="-" template="magazento_social/list.phtml"/>
app/design/frontend/base/default/template/magazento_social/google.phtml CHANGED
@@ -1,8 +1,5 @@
1
  <?php
2
  $options = $this->getSettingsGoogle();
3
-
4
- if ($options['GP_Enable']) {
5
-
6
  if($options['GP_TabPosition']=='Middle' && in_array($options['GP_TabDesign'],array(3,6)))
7
  {
8
  $fblbHead_GP_position='top: 50%; margin-top: -30px;';
@@ -31,9 +28,7 @@ if($options['GP_TabPosition']=='Fixed')
31
  {
32
  $fblbHead_GP_position='top: '.$options['GP_TabPositionPx'].'px;';
33
  }
34
-
35
  ?>
36
-
37
  <div class="fblbCenterOuter fblbCenterOuterGp <?php echo ($options['GP_VPosition'] == 'Fixed' ? 'fblbFixed' : '') ?> fblb<?php echo $options['GP_Position'] ?>" style="<?php echo ($options['GP_VPosition'] == 'Fixed' ? 'margin-top: ' . ($options['GP_VPositionPx'] ? $options['GP_VPositionPx'] : '0') . 'px; ' : '') ?> <?php echo ($options['GP_Position'] == 'Left' ? 'left: -' . ($options['GP_Width'] + $options['GP_Border']) . 'px;' : 'right: -' . ($options['GP_Width'] + $options['GP_Border']) . 'px;') ?><?php echo ($options['GP_ZIndex'] ? 'z-index: ' . $options['GP_ZIndex'] . ';' : '') ?>">
38
  <div class="fblbCenterInner">
39
  <div class="fblbWrap fblbTheme0 fblbTab<?php echo $options['GP_TabDesign'] ?>">
@@ -78,5 +73,3 @@ if($options['GP_TabPosition']=='Fixed')
78
  </div>
79
  </div>
80
  </div>
81
-
82
- <?php }?>
1
  <?php
2
  $options = $this->getSettingsGoogle();
 
 
 
3
  if($options['GP_TabPosition']=='Middle' && in_array($options['GP_TabDesign'],array(3,6)))
4
  {
5
  $fblbHead_GP_position='top: 50%; margin-top: -30px;';
28
  {
29
  $fblbHead_GP_position='top: '.$options['GP_TabPositionPx'].'px;';
30
  }
 
31
  ?>
 
32
  <div class="fblbCenterOuter fblbCenterOuterGp <?php echo ($options['GP_VPosition'] == 'Fixed' ? 'fblbFixed' : '') ?> fblb<?php echo $options['GP_Position'] ?>" style="<?php echo ($options['GP_VPosition'] == 'Fixed' ? 'margin-top: ' . ($options['GP_VPositionPx'] ? $options['GP_VPositionPx'] : '0') . 'px; ' : '') ?> <?php echo ($options['GP_Position'] == 'Left' ? 'left: -' . ($options['GP_Width'] + $options['GP_Border']) . 'px;' : 'right: -' . ($options['GP_Width'] + $options['GP_Border']) . 'px;') ?><?php echo ($options['GP_ZIndex'] ? 'z-index: ' . $options['GP_ZIndex'] . ';' : '') ?>">
33
  <div class="fblbCenterInner">
34
  <div class="fblbWrap fblbTheme0 fblbTab<?php echo $options['GP_TabDesign'] ?>">
73
  </div>
74
  </div>
75
  </div>
 
 
app/design/frontend/base/default/template/magazento_social/list.phtml CHANGED
@@ -7,11 +7,3 @@
7
  </script>
8
 
9
  <script src="<?php echo $this->getSkinUrl('magazento_social/js/userscripts.js') ?>" type="text/javascript"></script>
10
-
11
- <!--[if lte IE 7]>
12
- <link rel="stylesheet" href="<?php echo $this->getSkinUrl('magazento_social/css/ie7.css?ver=3.2.1') ?>" type="text/css" media="screen" />
13
- <![endif]-->
14
-
15
- <!--[if lte IE 7]>
16
- <script src="<?php echo $this->getSkinUrl('magazento_social/js/userscripts-ie7.js') ?>" type="text/javascript"></script>
17
- <![endif]-->
7
  </script>
8
 
9
  <script src="<?php echo $this->getSkinUrl('magazento_social/js/userscripts.js') ?>" type="text/javascript"></script>
 
 
 
 
 
 
 
 
app/design/frontend/base/default/template/magazento_social/list_1.phtml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if (Mage::getStoreConfig('social/general/jquery')): ?>
2
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
3
+ <?php endif;?>
4
+
5
+ <script type="text/javascript">
6
+ jQuery = jQuery.noConflict();
7
+ </script>
8
+
9
+ <script src="<?php echo $this->getSkinUrl('magazento_social/js/userscripts.js') ?>" type="text/javascript"></script>
10
+
11
+ <!--[if lte IE 7]>
12
+ <link rel="stylesheet" href="<?php echo $this->getSkinUrl('magazento_social/css/ie7.css?ver=3.2.1') ?>" type="text/css" media="screen" />
13
+ <![endif]-->
14
+
15
+ <!--[if lte IE 7]>
16
+ <script src="<?php echo $this->getSkinUrl('magazento_social/js/userscripts-ie7.js') ?>" type="text/javascript"></script>
17
+ <![endif]-->
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magazento_Social</name>
4
- <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
@@ -10,11 +10,14 @@
10
  <description>Magazento Social is also the easiest way to show feed from your social networks - links, images and video</description>
11
  <notes>1.0.3&#xD;
12
  ====&#xD;
13
- Minor fixes, jQuery caching.</notes>
 
 
 
14
  <authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
15
- <date>2012-09-27</date>
16
- <time>04:11:49</time>
17
- <contents><target name="magecommunity"><dir name="Magazento"><dir name="Social"><dir name="Block"><file name="Developer.php" hash="0bfd877965487b1c14860b3e8b1f9aa4"/><file name="Facebook.php" hash="cc2a8b354d7947e73a5a20285ac2ac99"/><file name="Facebookimage.php" hash="4a130f8288d11640815d12334f1bd752"/><file name="Google.php" hash="9b2067e683b81ad44dde0abe29f0c9b4"/><file name="Googleimage.php" hash="7cae47d60879a85bd74f3569708d511d"/><file name="Linkedin.php" hash="bc809d0cc17dd0593f574d393317e7c6"/><file name="Linkedinimage.php" hash="d056ad5b896a2a1c17cc61490293d263"/><file name="Twitter.php" hash="3efc51a0ab084aca9ab5bbd5c6b81cb5"/><file name="Twitterimage.php" hash="a56e93e540ff90bd226d80d84f665014"/><file name="Youtube.php" hash="01a9f274c7080e3f9da60e98f300e7f7"/><file name="Youtubeimage.php" hash="969afc92f493c5b9fff064fab5f6aeec"/></dir><dir name="Helper"><file name="Data.php" hash="b0e33ef408b323b4d2040dacbcd8d6a1"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Item"><file name="Collection.php" hash="0509484a93c7188ff2740dc9aa37cc31"/></dir><file name="Item.php" hash="d137faa7a1564e153cf5185d43bb56d4"/></dir><dir name="Source"><file name="Colorscheme.php" hash="e14c257d49abfe9db1afdbf7f6bf524e"/><file name="Language.php" hash="18ef44939e33fc4a0fa8d68a73a96856"/><file name="Languagegoogle.php" hash="cb7d1507dd86e6375578c4844032ba04"/><file name="Locale.php" hash="b32172dcc6a86b0a356c6361381356ce"/><file name="Order.php" hash="0c9d945b2f9938c2eeea48ea3ba7125d"/><file name="Position.php" hash="da4554b3f1360bac8bf2e90c363edc04"/><file name="Positionbutton.php" hash="e3e6d9632a6b8c2601ab3d19bad6f6be"/><file name="Positionvertical.php" hash="c9f7e425431afb5e52c377ceb898c74e"/></dir><file name="Item.php" hash="ad47929057885014290a7da561645826"/></dir><dir name="controllers"><file name="CronController.php" hash="f25f20cf6edd4b5e490184759d4837ba"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="etc"><file name="config.xml" hash="d394f6974e01eceaba2ac15f66bce3b4"/><file name="system.xml" hash="7dbf6d3ac3384e9fb278b9f5474f8647"/></dir><dir name="sql"><dir name="social_setup"><file name="mysql4-install-1.0.0.php" hash="0376f64fd9cd5c62776017cbb558987f"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="magazento_social"><file name="facebook.phtml" hash="b98f7ad4991b57e6af15a7ebca40b33c"/><file name="google.phtml" hash="7b3d0976355eaf769beee89c43f18fe9"/><file name="linkedin.phtml" hash="90401b3e2f5dc31eea54993184fb79db"/><file name="list.phtml" hash="b9472c033865566d4549a5b4ae4dcdb9"/><file name="twitter.phtml" hash="51198235dd84672c8d7c8c0c8af0bb9b"/><file name="youtube.phtml" hash="7b034d3f0d3d22a8830282c4ff95d373"/></dir></dir><dir name="layout"><file name="magazento_social.xml" hash="964b8d219f6099a6a155d25ec27597f7"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Social.xml" hash="9053eac9f92417d4e96bf16a93d67203"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magazento_social"><dir name="css"><dir name="img"><file name="fb1-left-close.png" hash="9e623302e6c42d2b6cca7265aeb9ff63"/><file name="fb1-left.png" hash="6170d314ab88c71bc9d0aa21ec73a534"/><file name="fb1-right-close.png" hash="d2ddb3d8c964c37719079b05cd99b2a5"/><file name="fb1-right.png" hash="dbc200d06635da557ccf19cf06513e65"/><file name="fb11-left-close.png" hash="e04571f733b5eb400fd96735edf1a580"/><file name="fb11-left.png" hash="9a8743164c496b5bf961355a13b7d169"/><file name="fb11-right-close.png" hash="794c7a557ca5d81091c56e84f14519ce"/><file name="fb11-right.png" hash="d80d9d3b623df068c81b30419bd84838"/><file name="fb12-left-close.png" hash="47f6707d7dc2c16f0d878e533e67e111"/><file name="fb12-left.png" hash="d82c4202829cd948e5efd6e812c8df0a"/><file name="fb12-right-close.png" hash="04740c6d943ec45b637b4fcbb8cec263"/><file name="fb12-right.png" hash="032b07010e4acfbcae9e411c4b7b2d80"/><file name="fb2-left-close.png" hash="9e623302e6c42d2b6cca7265aeb9ff63"/><file name="fb2-left.png" hash="9ecb41d85cec7d6dc39c692502f282d6"/><file name="fb2-right-close.png" hash="d2ddb3d8c964c37719079b05cd99b2a5"/><file name="fb2-right.png" hash="2f7fd567ee4df3ec37e9668f102bf772"/><file name="fb3-left-close.png" hash="691d254cf057565db30e619815f0919f"/><file name="fb3-left.png" hash="ae3b59d7b2ab67956f5e762ad9140672"/><file name="fb3-right-close.png" hash="34bf1d23e67560cdd91d5fcd06219820"/><file name="fb3-right.png" hash="d53753a60c9606e9257950315fa455fb"/><file name="fb4-left-close.png" hash="3294230754eaa84a4ffc91d62deb3f6f"/><file name="fb4-left.png" hash="db5f076bb21673cbf739625c104d2414"/><file name="fb4-right-close.png" hash="9a7179c742d15b96fbd556f5b67562d3"/><file name="fb4-right.png" hash="acf2bf0a5966df3d16ac577e647f44d8"/><file name="fb5-left-close.png" hash="3294230754eaa84a4ffc91d62deb3f6f"/><file name="fb5-left.png" hash="1bc919316200e883706f3ad0f704279d"/><file name="fb5-right-close.png" hash="9a7179c742d15b96fbd556f5b67562d3"/><file name="fb5-right.png" hash="195a0835a584e4248c81791222e7299e"/><file name="fb6-left-close.png" hash="f2c77a8e7d521d0ef2d92bd72139192c"/><file name="fb6-left.png" hash="e23bff6626dd6f9dc7a0fdf33994efd1"/><file name="fb6-right-close.png" hash="0d8fb454461a75752847621975feb709"/><file name="fb6-right.png" hash="fc6e0a32342d52d590ffe24c215a36fa"/><file name="fb7-left-close.png" hash="49587e86a678d74751a3f10f55e7c803"/><file name="fb7-left.png" hash="a134dbd7b5f3b6375f574da3671d1595"/><file name="fb7-right-close.png" hash="308c52796d56c2ce989ab455388ea44b"/><file name="fb7-right.png" hash="51f2e457bd15107cae9a0011883e5cfd"/><file name="fb8-left-close.png" hash="49587e86a678d74751a3f10f55e7c803"/><file name="fb8-left.png" hash="f5fa209209b774e9c707551df03e96fb"/><file name="fb8-right-close.png" hash="308c52796d56c2ce989ab455388ea44b"/><file name="fb8-right.png" hash="3d4232f00b4815427b1469fc3527db0f"/><file name="fb9-left-close.png" hash="6902d705d553e90331a4c0eb88d2c289"/><file name="fb9-left.png" hash="2d8b24dbc00be0ff374f80eb95becccc"/><file name="fb9-right-close.png" hash="9dc2ae7bc2e23a1dd9a61b42a7a4a845"/><file name="fb9-right.png" hash="252a364d9282d7af902c22299d6703fc"/><file name="fb_loading.gif" hash="d71169e5e9b5fbbca677b4f078cf9e68"/><file name="gp1-left-close.png" hash="ee673e6ea5888c9804db6310ff129779"/><file name="gp1-left.png" hash="ea743ab80bc34ddf0f6a3352655f3704"/><file name="gp1-right-close.png" hash="77afd655535e3d61c5f4011fcb5d4ec0"/><file name="gp1-right.png" hash="e0584d1577a4e2bb54bf1dfe1b75b188"/><file name="gp11-left-close.png" hash="f4bb36881f0874a4af64b88ee450bc64"/><file name="gp11-left.png" hash="52da8055a151f590527abc7da03d071b"/><file name="gp11-right-close.png" hash="f358831baae3cf31122b70f1abd93e09"/><file name="gp11-right.png" hash="9085b636addc136a577788eb3da8ade6"/><file name="gp12-left-close.png" hash="b09b3dc49a7956077d33c9de2ac99ddc"/><file name="gp12-left.png" hash="a911fa3b805a1db9e5c21404784eb569"/><file name="gp12-right-close.png" hash="f15044d9b6aed5e08b6617dcde17d4f3"/><file name="gp12-right.png" hash="dca63688c3810bf73cd5e204f62812b2"/><file name="gp13-left-close.png" hash="d7a8c2cc615744db612f4465dcdeed6c"/><file name="gp13-left.png" hash="8eff3cf1578fc31cb55841d6cbf03c6c"/><file name="gp13-right-close.png" hash="f5dc84a14a64067230239cf19e32c296"/><file name="gp13-right.png" hash="a4fa481492d010d2391909b8770bb2dc"/><file name="gp14-left-close.png" hash="68e8ea603eb0787be995e56f56173f16"/><file name="gp14-left.png" hash="42d64dfe98d4e6837c668fc1a03a542e"/><file name="gp14-right-close.png" hash="66e47dceb2aea5e141c1b8a2005beebc"/><file name="gp14-right.png" hash="177ca602fe0799a5cc20b712032fc9cc"/><file name="gp2-left-close.png" hash="ee673e6ea5888c9804db6310ff129779"/><file name="gp2-left.png" hash="2a1d0ec2cfd3b20b23ec8d33dc291968"/><file name="gp2-right-close.png" hash="77afd655535e3d61c5f4011fcb5d4ec0"/><file name="gp2-right.png" hash="1fd42d2289b88b0e21ff3777b1779b0c"/><file name="gp3-left-close.png" hash="9d7f24dbb1a57c2db73ceaf3aa946d04"/><file name="gp3-left.png" hash="f1b774288fa91b2d0b4fda5f8efab172"/><file name="gp3-right-close.png" hash="d13c41245a1000005eb51d08b434f628"/><file name="gp3-right.png" hash="020d1a28b64c9fba9a2ce60d818f7e27"/><file name="gp7-left-close.png" hash="4d5e31ab753798f81facdf900608b376"/><file name="gp7-left.png" hash="3fc55a455f689dfe97db1e4865ac51b0"/><file name="gp7-right-close.png" hash="59924392238c46acb823eaae1cb87d55"/><file name="gp7-right.png" hash="920cca2407828c3f8b9256ce90720862"/><file name="gp8-left-close.png" hash="4d5e31ab753798f81facdf900608b376"/><file name="gp8-left.png" hash="7ee39dfb92da5107cfca4b4edcb366c8"/><file name="gp8-right-close.png" hash="59924392238c46acb823eaae1cb87d55"/><file name="gp8-right.png" hash="db8a4d4f620a1d7f45b35c5003227a79"/><file name="gp9-left-close.png" hash="d800bff0e4ea748382d48b9fe6423781"/><file name="gp9-left.png" hash="d59565ead512f198669a1d1b5a09a5eb"/><file name="gp9-right-close.png" hash="9f271805bf498c6c523af1db98c6982c"/><file name="gp9-right.png" hash="2afbf40e506c7bfe8d0185db54a50ec3"/><file name="index.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="li1-left-close.png" hash="b71424f5fe85196b58222e1917bf3c50"/><file name="li1-left.png" hash="629af366956902221347f6f0d9f4086f"/><file name="li1-right-close.png" hash="8ad3c3dddaa15df2d15db8e309cdc1ab"/><file name="li1-right.png" hash="fb3c81c3d82cf1c4435b530de9027bfd"/><file name="li10-left-close.png" hash="4efbedc32a7d53ca2c414750ad629ee1"/><file name="li10-left.png" hash="694d2b0cb21b1b5ac31169ee949c46bd"/><file name="li10-right-close.png" hash="89b1f1b467ae4e7ed33868f6c60ad526"/><file name="li10-right.png" hash="3208b85b305a9fc57cc2e6e4abe185aa"/><file name="li11-left-close.png" hash="4feaad6aa0cc7d9ed3d6edf7fa5fed92"/><file name="li11-left.png" hash="cb6c389881da8da08a152e41484068c3"/><file name="li11-right-close.png" hash="1587e2816a975ecb9713156193ecf1cf"/><file name="li11-right.png" hash="54df98804c4d08ea173240c4ca5346f1"/><file name="li12-left-close.png" hash="4785d38427857ad14569ad16b4a717c0"/><file name="li12-left.png" hash="ab9abf64911362a949b7f125d475bd7a"/><file name="li12-right-close.png" hash="a707e31367429d82a401dc32b52c00ee"/><file name="li12-right.png" hash="d97f7860c9154c8691b68b3547f03a5a"/><file name="li2-left-close.png" hash="bbcfed90262cc899e4ec1be0301bcc40"/><file name="li2-left.png" hash="5cb3c985454ee55d12fb0bd886985c5a"/><file name="li2-right-close.png" hash="5fbc9c1c01fcd24ed1863c0d3ed63f14"/><file name="li2-right.png" hash="5e988d04be2c7c88c8b827ebb597aabe"/><file name="li3-left-close.png" hash="10ea071bc4a20809ecf792d84a1cdb87"/><file name="li3-left.png" hash="c227f997b04b8a74980ae6b6b7f04ade"/><file name="li3-right-close.png" hash="556d0b1aec9e1794f2fe0ffefdf27509"/><file name="li3-right.png" hash="ab3e0b7fffeeca556337de6f9d73f4a0"/><file name="li6-left-close.png" hash="ae2d0806e8c2b70b598d8c2b9a56e919"/><file name="li6-left.png" hash="b16cd2d85ee756fd82d2ab1a27378372"/><file name="li6-right-close.png" hash="23925803100f98e61021df8a63b84fc9"/><file name="li6-right.png" hash="3c117b42072fc0b6ce3a02c7b54e9e92"/><file name="li7-left-close.png" hash="b4e9d630ab66ed9794b0ca7e810015ed"/><file name="li7-left.png" hash="e1a0b0bf7acf4839a04f524c1dc74323"/><file name="li7-right-close.png" hash="2e40f7e37b22dcf98ca0b6f432ecd931"/><file name="li7-right.png" hash="f0eeccbe8476677cfcbb5b7df67265aa"/><file name="li8-left-close.png" hash="9f09ee01cc606c1bbd63702d0e67cf41"/><file name="li8-left.png" hash="4300ddb7db810c67e27f23783e9c27a3"/><file name="li8-right-close.png" hash="6a67de2452ff081fd56cc1ded1c6ac9d"/><file name="li8-right.png" hash="50228f874b87e9b8187a73421003a5a1"/><file name="li9-left-close.png" hash="4b32e35838ff1797a966c36a670174bb"/><file name="li9-left.png" hash="d8c6b16357075550707ca313dd9c493b"/><file name="li9-right-close.png" hash="ee40f31f5a3bf6faa7606abb09292ff7"/><file name="li9-right.png" hash="9ca1b9ef7ca8f3cddbd5ee3166383054"/><file name="tw1-left-close.png" hash="22cc92a9793425e62f41a595f4447df6"/><file name="tw1-left.png" hash="406681579cbe235338f7620429d9df0e"/><file name="tw1-right-close.png" hash="93eea11da90cc07bc469daf3f82608a0"/><file name="tw1-right.png" hash="7c7fa9cdc99a89aa25a52a0178ac3666"/><file name="tw11-left-close.png" hash="94318b6212901a1cf23807aebf9ec6e5"/><file name="tw11-left.png" hash="d2e38e822e03d012a379a6bf61b1b091"/><file name="tw11-right-close.png" hash="da05de789bb46ea0fb18da3ded2e4015"/><file name="tw11-right.png" hash="63cbfc7528c0f28e0138aae77bda1b99"/><file name="tw12-left-close.png" hash="4eb3ff0fb5a68a4236fe9f03c282ca8b"/><file name="tw12-left.png" hash="5050815c71db79a5155278833dbce383"/><file name="tw12-right-close.png" hash="f8786999ffef24d03ab63ffb68c2c16b"/><file name="tw12-right.png" hash="bf68386437de6aca0fdac7051d23dc18"/><file name="tw2-left-close.png" hash="22cc92a9793425e62f41a595f4447df6"/><file name="tw2-left.png" hash="5cb24b4bc828c3f08d8ad9bb2884c4c3"/><file name="tw2-right-close.png" hash="93eea11da90cc07bc469daf3f82608a0"/><file name="tw2-right.png" hash="f057672dedcd09914395f8ea05610ced"/><file name="tw3-left-close.png" hash="dbe7bf4d9b1e6500d4a665eb0aa1e765"/><file name="tw3-left.png" hash="2602cf336512df2ee44014f904432d6c"/><file name="tw3-right-close.png" hash="a7e4e495b78467123a88e82e90b90994"/><file name="tw3-right.png" hash="70fa2ad5458d8c9869ab4145fbae730a"/><file name="tw7-left-close.png" hash="c8d1a207ea0827898dbb5fc6fa7efc95"/><file name="tw7-left.png" hash="529bbb62c619e028508c6ab49eeb506f"/><file name="tw7-right-close.png" hash="8d56b70f765d10549b1622991c98b6be"/><file name="tw7-right.png" hash="d1a60cd6830f898e445b4cf1e6c09bac"/><file name="tw8-left-close.png" hash="c8d1a207ea0827898dbb5fc6fa7efc95"/><file name="tw8-left.png" hash="deed3b09a0358db99400e7db36da2cce"/><file name="tw8-right-close.png" hash="8d56b70f765d10549b1622991c98b6be"/><file name="tw8-right.png" hash="238fd4c30b9be130dcfd73e3454a4d21"/><file name="tw9-left-close.png" hash="c260f4f80ebb1459643790bd086d5126"/><file name="tw9-left.png" hash="459e7ea7e0afa27ddbb3e84998630d99"/><file name="tw9-right-close.png" hash="57c623a3dae4cb403d1bbd1c18369a17"/><file name="tw9-right.png" hash="e7174dbddbb55611800bd315e63824c6"/><file name="yt1-left-close.png" hash="770e9c1194479aa22f81b155aa2d6703"/><file name="yt1-left.png" hash="5c85abb1d5cbd4402d6c1f9762c6c1df"/><file name="yt1-right-close.png" hash="f2b0b691d6545b8d5d9a6efc69cebbc5"/><file name="yt1-right.png" hash="59eab903a9960e6cb0940c8451fc40c4"/><file name="yt11-left-close.png" hash="e729df90d0305f67fa5b0619e0d87717"/><file name="yt11-left.png" hash="e0d8a371a7f0cb22e80e1218d996a41b"/><file name="yt11-right-close.png" hash="03437ea5397d4d192b2adce836b3f799"/><file name="yt11-right.png" hash="d0d064474b45e2e0e52e063050d4a0ba"/><file name="yt12-left-close.png" hash="0870a959b4a4552849828e72e548dcab"/><file name="yt12-left.png" hash="ed12deff48b6324ab967490257856d9c"/><file name="yt12-right-close.png" hash="4586b63126adf7b1779d9f2b028d72b4"/><file name="yt12-right.png" hash="4cc526ef7dbd602bc5e00c556d2f161e"/><file name="yt3-left-close.png" hash="ee72073e338362858f4753b86b9a1c4f"/><file name="yt3-left.png" hash="f116fefd9aada454187d3cf49d14222e"/><file name="yt3-right-close.png" hash="64da02024903a419af498fb05e0d7a32"/><file name="yt3-right.png" hash="b7405b89e89320fc00a9b135284f5475"/><file name="yt7-left-close.png" hash="e4b4c3bd9e58c23c5f95e7b69fe2c335"/><file name="yt7-left.png" hash="29d12c131a7cb791e8594da03ffea6c6"/><file name="yt7-right-close.png" hash="f94572b97b1dba6eda2bbaa2849d1581"/><file name="yt7-right.png" hash="6eb4c598836f92472cb66ad2aee687af"/><file name="yt9-left-close.png" hash="d896b0ff0d56e730f2a4f9e600448dad"/><file name="yt9-left.png" hash="401de8ffeac4af05e758d630276d5dcf"/><file name="yt9-right-close.png" hash="15937fb7e4f6280b901b77ddc2ce31da"/><file name="yt9-right.png" hash="bbea92af0716dd619e3200a9b2b3dee6"/></dir><file name="fblb.css" hash="61184513b1f52326e185cc2b69a3b67f"/><file name="ie7.css" hash="b141671a372b068f873a5b9d8549681d"/></dir><dir name="js"><file name="colorpicker.js" hash="96e6db8dd2c341f8aee73603eccea3b9"/><file name="jquery-ui-1.8.16.custom.min.js" hash="7d47954860fa4a346b589f305be823db"/><file name="userscripts-ie7.js" hash="d0f79495868b2caeddd4eb881fc24c5f"/><file name="userscripts-mobile.js" hash="fd835cc17edb14af21930d0101f0a2af"/><file name="userscripts.js" hash="fa7c60ccee8f70d25bca25f979e5a09d"/></dir><dir name="system"><file name="facebook.jpg" hash="0f57d04aa6214a0f506d60e09c485932"/><file name="google.jpg" hash="10f1d037dfa5e7166c66b5e3bd633b5f"/><file name="linkedin.jpg" hash="d242d8b0054daaa075b13aabd4dd5873"/><file name="twitter.jpg" hash="bf2fedce2a6c37be855e99f66af410ef"/><file name="youtube.jpg" hash="3b70762ba1e2174ecbc18010a2e44a5f"/></dir></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magazento_Social</name>
4
+ <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
10
  <description>Magazento Social is also the easiest way to show feed from your social networks - links, images and video</description>
11
  <notes>1.0.3&#xD;
12
  ====&#xD;
13
+ Minor fixes, jQuery caching.&#xD;
14
+ 1.0.5&#xD;
15
+ ====&#xD;
16
+ Button layout</notes>
17
  <authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
18
+ <date>2012-09-30</date>
19
+ <time>06:02:42</time>
20
+ <contents><target name="magecommunity"><dir name="Magazento"><dir name="Social"><dir name="Block"><file name="Developer.php" hash="0bfd877965487b1c14860b3e8b1f9aa4"/><file name="Facebook.php" hash="cc2a8b354d7947e73a5a20285ac2ac99"/><file name="Facebookimage.php" hash="4a130f8288d11640815d12334f1bd752"/><file name="Google.php" hash="9b2067e683b81ad44dde0abe29f0c9b4"/><file name="Googleimage.php" hash="7cae47d60879a85bd74f3569708d511d"/><file name="Linkedin.php" hash="bc809d0cc17dd0593f574d393317e7c6"/><file name="Linkedinimage.php" hash="d056ad5b896a2a1c17cc61490293d263"/><file name="Twitter.php" hash="3efc51a0ab084aca9ab5bbd5c6b81cb5"/><file name="Twitterimage.php" hash="a56e93e540ff90bd226d80d84f665014"/><file name="Youtube.php" hash="01a9f274c7080e3f9da60e98f300e7f7"/><file name="Youtubeimage.php" hash="969afc92f493c5b9fff064fab5f6aeec"/></dir><dir name="Helper"><file name="Data.php" hash="b0e33ef408b323b4d2040dacbcd8d6a1"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Item"><file name="Collection.php" hash="0509484a93c7188ff2740dc9aa37cc31"/></dir><file name="Item.php" hash="d137faa7a1564e153cf5185d43bb56d4"/></dir><dir name="Source"><file name="Colorscheme.php" hash="e14c257d49abfe9db1afdbf7f6bf524e"/><file name="Language.php" hash="18ef44939e33fc4a0fa8d68a73a96856"/><file name="Languagegoogle.php" hash="cb7d1507dd86e6375578c4844032ba04"/><file name="Locale.php" hash="b32172dcc6a86b0a356c6361381356ce"/><file name="Order.php" hash="0c9d945b2f9938c2eeea48ea3ba7125d"/><file name="Position.php" hash="da4554b3f1360bac8bf2e90c363edc04"/><file name="Positionbutton.php" hash="e3e6d9632a6b8c2601ab3d19bad6f6be"/><file name="Positionvertical.php" hash="c9f7e425431afb5e52c377ceb898c74e"/></dir><file name="Item.php" hash="ad47929057885014290a7da561645826"/></dir><dir name="controllers"><file name="CronController.php" hash="f25f20cf6edd4b5e490184759d4837ba"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="etc"><file name="config.xml" hash="b2c559c759e6fc694cf5b07d42ae9c4d"/><file name="system.xml" hash="7dbf6d3ac3384e9fb278b9f5474f8647"/></dir><dir name="sql"><dir name="social_setup"><file name="mysql4-install-1.0.0.php" hash="0376f64fd9cd5c62776017cbb558987f"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="magazento_social"><file name="facebook.phtml" hash="b98f7ad4991b57e6af15a7ebca40b33c"/><file name="google.phtml" hash="a948e98b68ca37a19dace03c924c596a"/><file name="linkedin.phtml" hash="90401b3e2f5dc31eea54993184fb79db"/><file name="list.phtml" hash="6346f225ce2d2a9c912d521c9656b59a"/><file name="list_1.phtml" hash="b9472c033865566d4549a5b4ae4dcdb9"/><file name="twitter.phtml" hash="51198235dd84672c8d7c8c0c8af0bb9b"/><file name="youtube.phtml" hash="7b034d3f0d3d22a8830282c4ff95d373"/></dir></dir><dir name="layout"><file name="magazento_social.xml" hash="414e64b13fe099c9f0ccf4f3177d4766"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Social.xml" hash="9053eac9f92417d4e96bf16a93d67203"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magazento_social"><dir name="css"><dir name="img"><file name="fb1-left-close.png" hash="9e623302e6c42d2b6cca7265aeb9ff63"/><file name="fb1-left.png" hash="6170d314ab88c71bc9d0aa21ec73a534"/><file name="fb1-right-close.png" hash="d2ddb3d8c964c37719079b05cd99b2a5"/><file name="fb1-right.png" hash="dbc200d06635da557ccf19cf06513e65"/><file name="fb11-left-close.png" hash="e04571f733b5eb400fd96735edf1a580"/><file name="fb11-left.png" hash="9a8743164c496b5bf961355a13b7d169"/><file name="fb11-right-close.png" hash="794c7a557ca5d81091c56e84f14519ce"/><file name="fb11-right.png" hash="d80d9d3b623df068c81b30419bd84838"/><file name="fb12-left-close.png" hash="47f6707d7dc2c16f0d878e533e67e111"/><file name="fb12-left.png" hash="d82c4202829cd948e5efd6e812c8df0a"/><file name="fb12-right-close.png" hash="04740c6d943ec45b637b4fcbb8cec263"/><file name="fb12-right.png" hash="032b07010e4acfbcae9e411c4b7b2d80"/><file name="fb2-left-close.png" hash="9e623302e6c42d2b6cca7265aeb9ff63"/><file name="fb2-left.png" hash="9ecb41d85cec7d6dc39c692502f282d6"/><file name="fb2-right-close.png" hash="d2ddb3d8c964c37719079b05cd99b2a5"/><file name="fb2-right.png" hash="2f7fd567ee4df3ec37e9668f102bf772"/><file name="fb3-left-close.png" hash="691d254cf057565db30e619815f0919f"/><file name="fb3-left.png" hash="ae3b59d7b2ab67956f5e762ad9140672"/><file name="fb3-right-close.png" hash="34bf1d23e67560cdd91d5fcd06219820"/><file name="fb3-right.png" hash="d53753a60c9606e9257950315fa455fb"/><file name="fb4-left-close.png" hash="3294230754eaa84a4ffc91d62deb3f6f"/><file name="fb4-left.png" hash="db5f076bb21673cbf739625c104d2414"/><file name="fb4-right-close.png" hash="9a7179c742d15b96fbd556f5b67562d3"/><file name="fb4-right.png" hash="acf2bf0a5966df3d16ac577e647f44d8"/><file name="fb5-left-close.png" hash="3294230754eaa84a4ffc91d62deb3f6f"/><file name="fb5-left.png" hash="1bc919316200e883706f3ad0f704279d"/><file name="fb5-right-close.png" hash="9a7179c742d15b96fbd556f5b67562d3"/><file name="fb5-right.png" hash="195a0835a584e4248c81791222e7299e"/><file name="fb6-left-close.png" hash="f2c77a8e7d521d0ef2d92bd72139192c"/><file name="fb6-left.png" hash="e23bff6626dd6f9dc7a0fdf33994efd1"/><file name="fb6-right-close.png" hash="0d8fb454461a75752847621975feb709"/><file name="fb6-right.png" hash="fc6e0a32342d52d590ffe24c215a36fa"/><file name="fb7-left-close.png" hash="49587e86a678d74751a3f10f55e7c803"/><file name="fb7-left.png" hash="a134dbd7b5f3b6375f574da3671d1595"/><file name="fb7-right-close.png" hash="308c52796d56c2ce989ab455388ea44b"/><file name="fb7-right.png" hash="51f2e457bd15107cae9a0011883e5cfd"/><file name="fb8-left-close.png" hash="49587e86a678d74751a3f10f55e7c803"/><file name="fb8-left.png" hash="f5fa209209b774e9c707551df03e96fb"/><file name="fb8-right-close.png" hash="308c52796d56c2ce989ab455388ea44b"/><file name="fb8-right.png" hash="3d4232f00b4815427b1469fc3527db0f"/><file name="fb9-left-close.png" hash="6902d705d553e90331a4c0eb88d2c289"/><file name="fb9-left.png" hash="2d8b24dbc00be0ff374f80eb95becccc"/><file name="fb9-right-close.png" hash="9dc2ae7bc2e23a1dd9a61b42a7a4a845"/><file name="fb9-right.png" hash="252a364d9282d7af902c22299d6703fc"/><file name="fb_loading.gif" hash="d71169e5e9b5fbbca677b4f078cf9e68"/><file name="gp1-left-close.png" hash="ee673e6ea5888c9804db6310ff129779"/><file name="gp1-left.png" hash="ea743ab80bc34ddf0f6a3352655f3704"/><file name="gp1-right-close.png" hash="77afd655535e3d61c5f4011fcb5d4ec0"/><file name="gp1-right.png" hash="e0584d1577a4e2bb54bf1dfe1b75b188"/><file name="gp11-left-close.png" hash="f4bb36881f0874a4af64b88ee450bc64"/><file name="gp11-left.png" hash="52da8055a151f590527abc7da03d071b"/><file name="gp11-right-close.png" hash="f358831baae3cf31122b70f1abd93e09"/><file name="gp11-right.png" hash="9085b636addc136a577788eb3da8ade6"/><file name="gp12-left-close.png" hash="b09b3dc49a7956077d33c9de2ac99ddc"/><file name="gp12-left.png" hash="a911fa3b805a1db9e5c21404784eb569"/><file name="gp12-right-close.png" hash="f15044d9b6aed5e08b6617dcde17d4f3"/><file name="gp12-right.png" hash="dca63688c3810bf73cd5e204f62812b2"/><file name="gp13-left-close.png" hash="d7a8c2cc615744db612f4465dcdeed6c"/><file name="gp13-left.png" hash="8eff3cf1578fc31cb55841d6cbf03c6c"/><file name="gp13-right-close.png" hash="f5dc84a14a64067230239cf19e32c296"/><file name="gp13-right.png" hash="a4fa481492d010d2391909b8770bb2dc"/><file name="gp14-left-close.png" hash="68e8ea603eb0787be995e56f56173f16"/><file name="gp14-left.png" hash="42d64dfe98d4e6837c668fc1a03a542e"/><file name="gp14-right-close.png" hash="66e47dceb2aea5e141c1b8a2005beebc"/><file name="gp14-right.png" hash="177ca602fe0799a5cc20b712032fc9cc"/><file name="gp2-left-close.png" hash="ee673e6ea5888c9804db6310ff129779"/><file name="gp2-left.png" hash="2a1d0ec2cfd3b20b23ec8d33dc291968"/><file name="gp2-right-close.png" hash="77afd655535e3d61c5f4011fcb5d4ec0"/><file name="gp2-right.png" hash="1fd42d2289b88b0e21ff3777b1779b0c"/><file name="gp3-left-close.png" hash="9d7f24dbb1a57c2db73ceaf3aa946d04"/><file name="gp3-left.png" hash="f1b774288fa91b2d0b4fda5f8efab172"/><file name="gp3-right-close.png" hash="d13c41245a1000005eb51d08b434f628"/><file name="gp3-right.png" hash="020d1a28b64c9fba9a2ce60d818f7e27"/><file name="gp7-left-close.png" hash="4d5e31ab753798f81facdf900608b376"/><file name="gp7-left.png" hash="3fc55a455f689dfe97db1e4865ac51b0"/><file name="gp7-right-close.png" hash="59924392238c46acb823eaae1cb87d55"/><file name="gp7-right.png" hash="920cca2407828c3f8b9256ce90720862"/><file name="gp8-left-close.png" hash="4d5e31ab753798f81facdf900608b376"/><file name="gp8-left.png" hash="7ee39dfb92da5107cfca4b4edcb366c8"/><file name="gp8-right-close.png" hash="59924392238c46acb823eaae1cb87d55"/><file name="gp8-right.png" hash="db8a4d4f620a1d7f45b35c5003227a79"/><file name="gp9-left-close.png" hash="d800bff0e4ea748382d48b9fe6423781"/><file name="gp9-left.png" hash="d59565ead512f198669a1d1b5a09a5eb"/><file name="gp9-right-close.png" hash="9f271805bf498c6c523af1db98c6982c"/><file name="gp9-right.png" hash="2afbf40e506c7bfe8d0185db54a50ec3"/><file name="index.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="li1-left-close.png" hash="b71424f5fe85196b58222e1917bf3c50"/><file name="li1-left.png" hash="629af366956902221347f6f0d9f4086f"/><file name="li1-right-close.png" hash="8ad3c3dddaa15df2d15db8e309cdc1ab"/><file name="li1-right.png" hash="fb3c81c3d82cf1c4435b530de9027bfd"/><file name="li10-left-close.png" hash="4efbedc32a7d53ca2c414750ad629ee1"/><file name="li10-left.png" hash="694d2b0cb21b1b5ac31169ee949c46bd"/><file name="li10-right-close.png" hash="89b1f1b467ae4e7ed33868f6c60ad526"/><file name="li10-right.png" hash="3208b85b305a9fc57cc2e6e4abe185aa"/><file name="li11-left-close.png" hash="4feaad6aa0cc7d9ed3d6edf7fa5fed92"/><file name="li11-left.png" hash="cb6c389881da8da08a152e41484068c3"/><file name="li11-right-close.png" hash="1587e2816a975ecb9713156193ecf1cf"/><file name="li11-right.png" hash="54df98804c4d08ea173240c4ca5346f1"/><file name="li12-left-close.png" hash="4785d38427857ad14569ad16b4a717c0"/><file name="li12-left.png" hash="ab9abf64911362a949b7f125d475bd7a"/><file name="li12-right-close.png" hash="a707e31367429d82a401dc32b52c00ee"/><file name="li12-right.png" hash="d97f7860c9154c8691b68b3547f03a5a"/><file name="li2-left-close.png" hash="bbcfed90262cc899e4ec1be0301bcc40"/><file name="li2-left.png" hash="5cb3c985454ee55d12fb0bd886985c5a"/><file name="li2-right-close.png" hash="5fbc9c1c01fcd24ed1863c0d3ed63f14"/><file name="li2-right.png" hash="5e988d04be2c7c88c8b827ebb597aabe"/><file name="li3-left-close.png" hash="10ea071bc4a20809ecf792d84a1cdb87"/><file name="li3-left.png" hash="c227f997b04b8a74980ae6b6b7f04ade"/><file name="li3-right-close.png" hash="556d0b1aec9e1794f2fe0ffefdf27509"/><file name="li3-right.png" hash="ab3e0b7fffeeca556337de6f9d73f4a0"/><file name="li6-left-close.png" hash="ae2d0806e8c2b70b598d8c2b9a56e919"/><file name="li6-left.png" hash="b16cd2d85ee756fd82d2ab1a27378372"/><file name="li6-right-close.png" hash="23925803100f98e61021df8a63b84fc9"/><file name="li6-right.png" hash="3c117b42072fc0b6ce3a02c7b54e9e92"/><file name="li7-left-close.png" hash="b4e9d630ab66ed9794b0ca7e810015ed"/><file name="li7-left.png" hash="e1a0b0bf7acf4839a04f524c1dc74323"/><file name="li7-right-close.png" hash="2e40f7e37b22dcf98ca0b6f432ecd931"/><file name="li7-right.png" hash="f0eeccbe8476677cfcbb5b7df67265aa"/><file name="li8-left-close.png" hash="9f09ee01cc606c1bbd63702d0e67cf41"/><file name="li8-left.png" hash="4300ddb7db810c67e27f23783e9c27a3"/><file name="li8-right-close.png" hash="6a67de2452ff081fd56cc1ded1c6ac9d"/><file name="li8-right.png" hash="50228f874b87e9b8187a73421003a5a1"/><file name="li9-left-close.png" hash="4b32e35838ff1797a966c36a670174bb"/><file name="li9-left.png" hash="d8c6b16357075550707ca313dd9c493b"/><file name="li9-right-close.png" hash="ee40f31f5a3bf6faa7606abb09292ff7"/><file name="li9-right.png" hash="9ca1b9ef7ca8f3cddbd5ee3166383054"/><file name="tw1-left-close.png" hash="22cc92a9793425e62f41a595f4447df6"/><file name="tw1-left.png" hash="406681579cbe235338f7620429d9df0e"/><file name="tw1-right-close.png" hash="93eea11da90cc07bc469daf3f82608a0"/><file name="tw1-right.png" hash="7c7fa9cdc99a89aa25a52a0178ac3666"/><file name="tw11-left-close.png" hash="94318b6212901a1cf23807aebf9ec6e5"/><file name="tw11-left.png" hash="d2e38e822e03d012a379a6bf61b1b091"/><file name="tw11-right-close.png" hash="da05de789bb46ea0fb18da3ded2e4015"/><file name="tw11-right.png" hash="63cbfc7528c0f28e0138aae77bda1b99"/><file name="tw12-left-close.png" hash="4eb3ff0fb5a68a4236fe9f03c282ca8b"/><file name="tw12-left.png" hash="5050815c71db79a5155278833dbce383"/><file name="tw12-right-close.png" hash="f8786999ffef24d03ab63ffb68c2c16b"/><file name="tw12-right.png" hash="bf68386437de6aca0fdac7051d23dc18"/><file name="tw2-left-close.png" hash="22cc92a9793425e62f41a595f4447df6"/><file name="tw2-left.png" hash="5cb24b4bc828c3f08d8ad9bb2884c4c3"/><file name="tw2-right-close.png" hash="93eea11da90cc07bc469daf3f82608a0"/><file name="tw2-right.png" hash="f057672dedcd09914395f8ea05610ced"/><file name="tw3-left-close.png" hash="dbe7bf4d9b1e6500d4a665eb0aa1e765"/><file name="tw3-left.png" hash="2602cf336512df2ee44014f904432d6c"/><file name="tw3-right-close.png" hash="a7e4e495b78467123a88e82e90b90994"/><file name="tw3-right.png" hash="70fa2ad5458d8c9869ab4145fbae730a"/><file name="tw7-left-close.png" hash="c8d1a207ea0827898dbb5fc6fa7efc95"/><file name="tw7-left.png" hash="529bbb62c619e028508c6ab49eeb506f"/><file name="tw7-right-close.png" hash="8d56b70f765d10549b1622991c98b6be"/><file name="tw7-right.png" hash="d1a60cd6830f898e445b4cf1e6c09bac"/><file name="tw8-left-close.png" hash="c8d1a207ea0827898dbb5fc6fa7efc95"/><file name="tw8-left.png" hash="deed3b09a0358db99400e7db36da2cce"/><file name="tw8-right-close.png" hash="8d56b70f765d10549b1622991c98b6be"/><file name="tw8-right.png" hash="238fd4c30b9be130dcfd73e3454a4d21"/><file name="tw9-left-close.png" hash="c260f4f80ebb1459643790bd086d5126"/><file name="tw9-left.png" hash="459e7ea7e0afa27ddbb3e84998630d99"/><file name="tw9-right-close.png" hash="57c623a3dae4cb403d1bbd1c18369a17"/><file name="tw9-right.png" hash="e7174dbddbb55611800bd315e63824c6"/><file name="yt1-left-close.png" hash="770e9c1194479aa22f81b155aa2d6703"/><file name="yt1-left.png" hash="5c85abb1d5cbd4402d6c1f9762c6c1df"/><file name="yt1-right-close.png" hash="f2b0b691d6545b8d5d9a6efc69cebbc5"/><file name="yt1-right.png" hash="59eab903a9960e6cb0940c8451fc40c4"/><file name="yt11-left-close.png" hash="e729df90d0305f67fa5b0619e0d87717"/><file name="yt11-left.png" hash="e0d8a371a7f0cb22e80e1218d996a41b"/><file name="yt11-right-close.png" hash="03437ea5397d4d192b2adce836b3f799"/><file name="yt11-right.png" hash="d0d064474b45e2e0e52e063050d4a0ba"/><file name="yt12-left-close.png" hash="0870a959b4a4552849828e72e548dcab"/><file name="yt12-left.png" hash="ed12deff48b6324ab967490257856d9c"/><file name="yt12-right-close.png" hash="4586b63126adf7b1779d9f2b028d72b4"/><file name="yt12-right.png" hash="4cc526ef7dbd602bc5e00c556d2f161e"/><file name="yt3-left-close.png" hash="ee72073e338362858f4753b86b9a1c4f"/><file name="yt3-left.png" hash="f116fefd9aada454187d3cf49d14222e"/><file name="yt3-right-close.png" hash="64da02024903a419af498fb05e0d7a32"/><file name="yt3-right.png" hash="b7405b89e89320fc00a9b135284f5475"/><file name="yt7-left-close.png" hash="e4b4c3bd9e58c23c5f95e7b69fe2c335"/><file name="yt7-left.png" hash="29d12c131a7cb791e8594da03ffea6c6"/><file name="yt7-right-close.png" hash="f94572b97b1dba6eda2bbaa2849d1581"/><file name="yt7-right.png" hash="6eb4c598836f92472cb66ad2aee687af"/><file name="yt9-left-close.png" hash="d896b0ff0d56e730f2a4f9e600448dad"/><file name="yt9-left.png" hash="401de8ffeac4af05e758d630276d5dcf"/><file name="yt9-right-close.png" hash="15937fb7e4f6280b901b77ddc2ce31da"/><file name="yt9-right.png" hash="bbea92af0716dd619e3200a9b2b3dee6"/></dir><file name="fblb.css" hash="e5af4f2babd3a1cd173ab43fd248b904"/><file name="ie7.css" hash="b141671a372b068f873a5b9d8549681d"/></dir><dir name="js"><file name="colorpicker.js" hash="96e6db8dd2c341f8aee73603eccea3b9"/><file name="jquery-ui-1.8.16.custom.min.js" hash="7d47954860fa4a346b589f305be823db"/><file name="userscripts-ie7.js" hash="d0f79495868b2caeddd4eb881fc24c5f"/><file name="userscripts-mobile.js" hash="fd835cc17edb14af21930d0101f0a2af"/><file name="userscripts.js" hash="fa7c60ccee8f70d25bca25f979e5a09d"/></dir><dir name="system"><file name="facebook.jpg" hash="0f57d04aa6214a0f506d60e09c485932"/><file name="google.jpg" hash="10f1d037dfa5e7166c66b5e3bd633b5f"/><file name="linkedin.jpg" hash="d242d8b0054daaa075b13aabd4dd5873"/><file name="twitter.jpg" hash="bf2fedce2a6c37be855e99f66af410ef"/><file name="youtube.jpg" hash="3b70762ba1e2174ecbc18010a2e44a5f"/></dir></dir></dir></dir></dir></target></contents>
21
  <compatible/>
22
  <dependencies/>
23
  </package>
skin/frontend/base/default/magazento_social/css/fblb.css CHANGED
@@ -1176,4 +1176,4 @@ body .fblbList li a.fblbtitle {
1176
  font-size: 9px;
1177
  color: #eee;
1178
  text-decoration: none;
1179
- }
1176
  font-size: 9px;
1177
  color: #eee;
1178
  text-decoration: none;
1179
+ }