Version Notes
1.3.5
Download this release
Release Info
Developer | volgodark |
Extension | SexyBookmarks_Free_extension |
Version | 1.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.5
- app/code/community/Magazento/Sexybookmarks/Block/Developer.php +104 -44
- app/code/community/Magazento/Sexybookmarks/etc/config.xml +1 -0
- app/code/community/Magazento/Sexybookmarks/etc/system.xml +10 -0
- app/design/frontend/{default → base}/default/layout/magazento_sexybookmarks.xml +0 -0
- app/design/frontend/{default → base}/default/template/magazento/sexybookmarks/list.phtml +5 -3
- package.xml +11 -9
- skin/frontend/base/default/magazento/sexybookmarks/.DS_Store +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/jquery.js +0 -0
- skin/frontend/base/default/magazento/sexybookmarks/logo_onecheckout.jpg +0 -0
- skin/frontend/base/default/magazento/sexybookmarks/logo_pdf.jpg +0 -0
- skin/frontend/base/default/magazento/sexybookmarks/logo_sitemap.jpg +0 -0
- skin/frontend/base/default/magazento/sexybookmarks/menu_box.jpg +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/promo.jpg +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/sexy-bookmarks-public.js +1 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/share-enjoy.png +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/share-german.png +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/share-knowledge.png +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/share-love-hearts.png +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/share-wealth.png +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/sharing-caring-hearts.png +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/sharing-caring.png +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/sharing-shr.png +0 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/shr-custom-sprite.css +7 -0
- skin/frontend/{default → base}/default/magazento/sexybookmarks/shr-custom-sprite.png +0 -0
app/code/community/Magazento/Sexybookmarks/Block/Developer.php
CHANGED
@@ -4,57 +4,117 @@ class Magazento_Sexybookmarks_Block_Developer extends Mage_Adminhtml_Block_Syste
|
|
4 |
|
5 |
public function render(Varien_Data_Form_Element_Abstract $element) {
|
6 |
$content = '<p></p>';
|
7 |
-
$content.= '<style>
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
}
|
16 |
-
|
17 |
-
|
|
|
18 |
}
|
|
|
19 |
.contact-type {
|
20 |
-
|
21 |
-
|
22 |
-
}
|
23 |
-
.magazento img {
|
24 |
-
border: 1px solid #CCCCCC;
|
25 |
-
float:left;
|
26 |
-
height:235px;
|
27 |
}
|
28 |
-
.magazento .info {
|
29 |
-
border: 1px solid #CCCCCC;
|
30 |
-
background:#E7EFEF;
|
31 |
-
padding: 5px 10px 0 5px;
|
32 |
-
margin-left:210px;
|
33 |
-
height:230px;
|
34 |
-
}
|
35 |
-
';
|
36 |
-
$content.= '</style>';
|
37 |
-
|
38 |
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
$content.= '<h3>Magento extensions</h3>';
|
43 |
-
$content.= '<p><a href="http://www.magazento.com/" target="_blank">www.magazento.com</a> - experts are specializing in custom extension development for the world\'s fastest growing eCommerce platform - Magento. <br/>';
|
44 |
-
$content.= 'All extensions are designed for the Magento CMS archetecture, using native libraries and only the most efficient approaches to development.<br/>';
|
45 |
-
$content.= 'If you need Magento development or have a concept for an extension you\'d like developed for the Magento CMS platform, please contact us.</br></p>';
|
46 |
-
$content.= '--------------------------------------------------------<br>';
|
47 |
-
$content.= '<span class="contact-type">Company website:</span> <a href="http://www.magazento.com/" target="_blank">www.magazento.com</a> <br/>';
|
48 |
-
$content.= '<span class="contact-type">E-mail:</span> magazento@gmail.com <br/>';
|
49 |
-
$content.= '<span class="contact-type">Skype:</span> volgodark <br/>';
|
50 |
-
$content.= '<span class="contact-type">Phone:</span> +7 909389 2222 <br/>';
|
51 |
-
$content.= '<span class="contact-type">Magento:</span> <a href="http://www.magentocommerce.com/magento-connect/developer/Magazento" target="_blank">visit</a> <br/>';
|
52 |
-
$content.= '<span class="contact-type">Facebook:</span> <a href="http://www.facebook.com/ivan.proskuryakov" target="_blank">visit</a> <br/>';
|
53 |
-
// $content.= '<span class="contact-type">LinkedIn:</span> <a href="http://www.linkedin.com/pub/ivan-proskuryakov/31/200/316" target="_blank">visit</a> <br/>';
|
54 |
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
return $content;
|
60 |
|
4 |
|
5 |
public function render(Varien_Data_Form_Element_Abstract $element) {
|
6 |
$content = '<p></p>';
|
7 |
+
$content.= '<style>
|
8 |
+
.developer {
|
9 |
+
background: #FAFAFA;
|
10 |
+
border: 1px solid #CCCCCC;
|
11 |
+
margin-bottom: 10px;
|
12 |
+
padding: 10px;
|
13 |
+
height: auto;
|
|
|
14 |
}
|
15 |
+
|
16 |
+
.developer h3 {
|
17 |
+
color: #444;
|
18 |
}
|
19 |
+
|
20 |
.contact-type {
|
21 |
+
color: #EA7601;
|
22 |
+
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
+
.developer img {
|
26 |
+
float: left;
|
27 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
+
.developer .info {
|
30 |
+
background: #E7EFEF;
|
31 |
+
padding: 5px 10px 0 5px;
|
32 |
+
margin-left: 210px;
|
33 |
+
height: 195px;
|
34 |
+
}
|
35 |
+
</style>
|
36 |
|
37 |
+
<div class="developer">
|
38 |
+
<a href="http://www.magazento.com/english/magento-ext/magazento-extensions/navigation-menu-megamenu"
|
39 |
+
target="_blank"><img
|
40 |
+
src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/magazento/sexybookmarks/menu_box.jpg"
|
41 |
+
>
|
42 |
+
</a>
|
43 |
+
|
44 |
+
<div class="info">
|
45 |
+
<h3>MEGAMENU - Band new Magento navigation menu</h3>
|
46 |
+
<p>
|
47 |
+
Menu - is a key navigation element for customers on your website. It is particularly important that the menu would contain a maximum of all information,
|
48 |
+
namely that which is needed by your potential customers. Alas, based on analysis of user behavior on large portals, the attention of given only for the first
|
49 |
+
10% - 20% of all categories of the store directories.<br>
|
50 |
+
The remaining elements are simply not visible to users and are not used. Store can increase profits by changing the sitemenu - users should see all items of your catalog products immediately.
|
51 |
+
</p>
|
52 |
+
|
53 |
+
<a href="http://www.magazento.com/english/magento-ext/magazento-extensions/navigation-menu-megamenu" target="_blank"><img src="http://magazento.com/promo/extension_page.png" alt=""></a>
|
54 |
+
<br>
|
55 |
+
</div>
|
56 |
+
|
57 |
+
</div>
|
58 |
+
|
59 |
+
<div class="developer">
|
60 |
+
<a href="http://www.magazento.com/english/magento-ext/magazento-extensions/magento-one-step-page-checkout"
|
61 |
+
target="_blank"><img
|
62 |
+
src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/magazento/sexybookmarks/logo_onecheckout.jpg"
|
63 |
+
>
|
64 |
+
</a>
|
65 |
+
|
66 |
+
<div class="info">
|
67 |
+
<h3>ONE STEP CHECKOUT</h3>
|
68 |
+
<p>
|
69 |
+
Complicated checkout process with many forms to fill in can make customers run away and increase cart abandonment. Magento One Step Checkout offers simplified checkout for your customers\' positive shopping experience. The module shortens the process into one single page. Logged in customers already have their information on the page; they need to make just a few clicks to confirm the order.
|
70 |
+
</p>
|
71 |
+
|
72 |
+
<a href="http://www.magazento.com/english/magento-ext/magazento-extensions/magento-one-step-page-checkout" target="_blank"><img src="http://magazento.com/promo/extension_page.png" alt=""></a>
|
73 |
+
<br>
|
74 |
+
</div>
|
75 |
+
</div>
|
76 |
+
|
77 |
+
<div class="developer">
|
78 |
+
<a href="http://www.magazento.com/english/magento-ext/magazento-extensions/pdf-export"
|
79 |
+
target="_blank"><img
|
80 |
+
src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/magazento/sexybookmarks/logo_pdf.jpg"
|
81 |
+
>
|
82 |
+
</a>
|
83 |
+
|
84 |
+
<div class="info">
|
85 |
+
<h3>PDF EXPORT</h3>
|
86 |
+
<p>
|
87 |
+
PDF EXPORT for Magento is a professional solution that lets you generate printable copy of all store products! It also lets your customers to generate PDF\'s of products and categories they view directly from your website without other 3rd party website or applications. All store products in PDF in few clicks!
|
88 |
+
</p>
|
89 |
+
|
90 |
+
<a href="http://www.magazento.com/english/magento-ext/magazento-extensions/pdf-export" target="_blank"><img src="http://magazento.com/promo/extension_page.png" alt=""></a>
|
91 |
+
<br>
|
92 |
+
</div>
|
93 |
+
</div>
|
94 |
+
|
95 |
+
<div class="developer">
|
96 |
+
<a href="http://www.magazento.com/english/magento-ext/magazento-extensions/extension-html-sitemap"
|
97 |
+
target="_blank"><img
|
98 |
+
src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/magazento/sexybookmarks/logo_sitemap.jpg"
|
99 |
+
>
|
100 |
+
</a>
|
101 |
+
|
102 |
+
<div class="info">
|
103 |
+
<h3>SITEMAP</h3>
|
104 |
+
<p>
|
105 |
+
With Sitemap you can easily create the site map page on your site with the clear hierarchical structure of all the products, categories and pages. Sure that such a page will be highly appreciated by those of your customers who would like not to spend a lot of time to find the product they are interested in. And the search spiders and crawlers will get through this magento sitemap the clear direction to all your site pages, no matter how numerous they are. Moreover, with Magento Html Sitemap extension you will receive the bundle of bright additional advantages making the google sitemap creation even easier and more convenient.
|
106 |
+
</p>
|
107 |
+
|
108 |
+
<a href="http://www.magazento.com/english/magento-ext/magazento-extensions/extension-html-sitemap" target="_blank"><img src="http://magazento.com/promo/extension_page.png" alt=""></a>
|
109 |
+
<br>
|
110 |
+
</div>
|
111 |
+
</div>'
|
112 |
+
|
113 |
+
|
114 |
+
|
115 |
+
|
116 |
+
|
117 |
+
;
|
118 |
|
119 |
return $content;
|
120 |
|
app/code/community/Magazento/Sexybookmarks/etc/config.xml
CHANGED
@@ -117,6 +117,7 @@
|
|
117 |
<apikey>8afa39428933be41f8afdb8ea21a495c</apikey>
|
118 |
<source>Magazento.com</source>
|
119 |
<enable>1</enable>
|
|
|
120 |
<bookmarkslist>shr-facebook,shr-gmail,shr-googlebuzz,shr-linkedin,shr-mail,shr-printfriendly,shr-reddit,shr-stumbleupon,shr-twitter,shr-100zakladok,shr-bebo,shr-bitacoras,shr-blinklist,shr-blogengage,shr-blogger,shr-blogmarks,shr-bobrdobr,shr-bonzobox,shr-box,shr-buzzster,shr-current,shr-designbump,shr-designfloat,shr-digg,shr-diigo,shr-dzone,shr-ekudos,shr-evernote,shr-faqpal,shr-friendfeed,shr-fwisp,shr-globalgrind,shr-googlebookmarks,shr-googlereader,shr-hackernews,shr-hatena,shr-hotmail,shr-hyves,shr-identica,shr-izeby,shr-jumptags,shr-kaevur,shr-memoryru,shr-meneame,shr-misterwong,shr-mixx,shr-moemesto,shr-mylinkvault,shr-myspace,shr-n4g,shr-netvibes,shr-netvouz,shr-newsvine,shr-ning,shr-nujij,shr-oknotizie,shr-orkut,shr-pfbuzz,shr-pingfm,shr-plaxo,shr-plurk,shr-posterous,shr-propeller,shr-pusha,shr-scriptstyle,shr-slashdot,shr-sphinn,shr-springpad,shr-squidoo,shr-strands,shr-stumpedia,shr-techmeme,shr-technorati,shr-tipd,shr-tomuse,shr-tumblr,shr-twittley,shr-viadeo,shr-virb,shr-webblend,shr-wykop,shr-xerpi,shr-yahoobuzz,shr-yahoomail,shr-yandex,shr-zabox</bookmarkslist>
|
121 |
</options>
|
122 |
</sexybookmarks>
|
117 |
<apikey>8afa39428933be41f8afdb8ea21a495c</apikey>
|
118 |
<source>Magazento.com</source>
|
119 |
<enable>1</enable>
|
120 |
+
<jquery>1</jquery>
|
121 |
<bookmarkslist>shr-facebook,shr-gmail,shr-googlebuzz,shr-linkedin,shr-mail,shr-printfriendly,shr-reddit,shr-stumbleupon,shr-twitter,shr-100zakladok,shr-bebo,shr-bitacoras,shr-blinklist,shr-blogengage,shr-blogger,shr-blogmarks,shr-bobrdobr,shr-bonzobox,shr-box,shr-buzzster,shr-current,shr-designbump,shr-designfloat,shr-digg,shr-diigo,shr-dzone,shr-ekudos,shr-evernote,shr-faqpal,shr-friendfeed,shr-fwisp,shr-globalgrind,shr-googlebookmarks,shr-googlereader,shr-hackernews,shr-hatena,shr-hotmail,shr-hyves,shr-identica,shr-izeby,shr-jumptags,shr-kaevur,shr-memoryru,shr-meneame,shr-misterwong,shr-mixx,shr-moemesto,shr-mylinkvault,shr-myspace,shr-n4g,shr-netvibes,shr-netvouz,shr-newsvine,shr-ning,shr-nujij,shr-oknotizie,shr-orkut,shr-pfbuzz,shr-pingfm,shr-plaxo,shr-plurk,shr-posterous,shr-propeller,shr-pusha,shr-scriptstyle,shr-slashdot,shr-sphinn,shr-springpad,shr-squidoo,shr-strands,shr-stumpedia,shr-techmeme,shr-technorati,shr-tipd,shr-tomuse,shr-tumblr,shr-twittley,shr-viadeo,shr-virb,shr-webblend,shr-wykop,shr-xerpi,shr-yahoobuzz,shr-yahoomail,shr-yandex,shr-zabox</bookmarkslist>
|
122 |
</options>
|
123 |
</sexybookmarks>
|
app/code/community/Magazento/Sexybookmarks/etc/system.xml
CHANGED
@@ -68,6 +68,16 @@
|
|
68 |
<show_in_website>1</show_in_website>
|
69 |
<show_in_store>0</show_in_store>
|
70 |
</source>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
</fields>
|
72 |
</options>
|
73 |
</groups>
|
68 |
<show_in_website>1</show_in_website>
|
69 |
<show_in_store>0</show_in_store>
|
70 |
</source>
|
71 |
+
<jquery translate="label">
|
72 |
+
<label>Include JQuery</label>
|
73 |
+
<frontend_type>select</frontend_type>
|
74 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
75 |
+
<!-- <comment>Source text (optional)</comment>-->
|
76 |
+
<sort_order>60</sort_order>
|
77 |
+
<show_in_default>1</show_in_default>
|
78 |
+
<show_in_website>1</show_in_website>
|
79 |
+
<show_in_store>0</show_in_store>
|
80 |
+
</jquery>
|
81 |
</fields>
|
82 |
</options>
|
83 |
</groups>
|
app/design/frontend/{default → base}/default/layout/magazento_sexybookmarks.xml
RENAMED
File without changes
|
app/design/frontend/{default → base}/default/template/magazento/sexybookmarks/list.phtml
RENAMED
@@ -4,8 +4,11 @@ if (Mage::helper('sexybookmarks')->isBookmarksEnabled()) {
|
|
4 |
$page_url=Mage::helper('core/url')->getCurrentUrl();
|
5 |
?>
|
6 |
|
7 |
-
|
|
|
8 |
<script src="<?php echo $this->getSkinUrl('magazento/sexybookmarks/jquery.js') ?>" type="text/javascript"></script>
|
|
|
|
|
9 |
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('magazento/sexybookmarks/shr-custom-sprite.css') ?>" type="text/css" media="screen" />
|
10 |
<script src="<?php echo $this->getSkinUrl('magazento/sexybookmarks/sexy-bookmarks-public.js') ?>" type="text/javascript"></script>
|
11 |
|
@@ -18,6 +21,7 @@ if (Mage::helper('sexybookmarks')->isBookmarksEnabled()) {
|
|
18 |
</ul>
|
19 |
</div>
|
20 |
</div>
|
|
|
21 |
</div>
|
22 |
|
23 |
|
@@ -34,5 +38,3 @@ if (Mage::helper('sexybookmarks')->isBookmarksEnabled()) {
|
|
34 |
|
35 |
|
36 |
|
37 |
-
|
38 |
-
<!--echo Mage::getModel('sexybookmarks/list')->getList();-->
|
4 |
$page_url=Mage::helper('core/url')->getCurrentUrl();
|
5 |
?>
|
6 |
|
7 |
+
|
8 |
+
<?php if (Mage::getStoreConfig('sexybookmarks/options/jquery')) {?>
|
9 |
<script src="<?php echo $this->getSkinUrl('magazento/sexybookmarks/jquery.js') ?>" type="text/javascript"></script>
|
10 |
+
<?php } ?>
|
11 |
+
|
12 |
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('magazento/sexybookmarks/shr-custom-sprite.css') ?>" type="text/css" media="screen" />
|
13 |
<script src="<?php echo $this->getSkinUrl('magazento/sexybookmarks/sexy-bookmarks-public.js') ?>" type="text/javascript"></script>
|
14 |
|
21 |
</ul>
|
22 |
</div>
|
23 |
</div>
|
24 |
+
<p class="magazento-powered">Powered by <a href="http://www.magazento.com/english/magento-ext/magazento-extensions" target="_blank">Magento extensions</a></p>
|
25 |
</div>
|
26 |
|
27 |
|
38 |
|
39 |
|
40 |
|
|
|
|
package.xml
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SexyBookmarks_Free_extension</name>
|
4 |
-
<version>1.3.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>Sexy Bookmarks adds a a modern beautiful menu under or above your catalog/products. This menu allows people to simply click to add your article to social bookmarking sites like Twitter, Facebook, Digg, Stumbleupon, LinkedIn, Google Mail, WordPress, and lots more! The plugin’s settings panel has 33 different social bookmarking sites that can be selected on website
|
10 |
-
|
11 |
-
<
|
12 |
-
|
13 |
-
<
|
14 |
-
<
|
15 |
-
<
|
|
|
|
|
16 |
<compatible/>
|
17 |
-
<dependencies
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SexyBookmarks_Free_extension</name>
|
4 |
+
<version>1.3.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Sexy Bookmarks adds a a modern beautiful menu under or above your catalog/products. This menu allows people to simply click to add your article to social bookmarking sites like Twitter, Facebook, Digg, Stumbleupon, LinkedIn, Google Mail, WordPress, and lots more! The plugin’s settings panel has 33 different social bookmarking sites that can be selected on website.
|
10 |
+
</summary>
|
11 |
+
<description>Sexy Bookmarks adds a a modern beautiful menu under or above your catalog/products. This menu allows people to simply click to add your article to social bookmarking sites like Twitter, Facebook, Digg, Stumbleupon, LinkedIn, Google Mail, WordPress, and lots more! The plugin’s settings panel has 33 different social bookmarking sites that can be selected on website.
|
12 |
+
</description>
|
13 |
+
<notes>1.3.5</notes>
|
14 |
+
<authors><author><name>volgodark</name><user>volgodark</user><email>volgodark@gmail.com</email></author></authors>
|
15 |
+
<date>2012-07-10</date>
|
16 |
+
<time>16:51:16</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Magazento"><dir name="Sexybookmarks"><dir name="Block"><file name="Developer.php" hash="4af82f12823df3c7d0c463d94dc2181a"/></dir><dir name="Helper"><file name="Data.php" hash="807988eada4e5b7d66f60e089b777f58"/></dir><dir name="Model"><file name="List.php" hash="4c786293cec5d5b6ba9e1d6a6a2a9280"/><dir name="Source"><file name="Mode.php" hash="b76a330f96c355562240f757bf451b1c"/></dir></dir><dir name="etc"><file name="config.xml" hash="b5ab0df97a7b2b74ff7400881aaf3d64"/><file name="system.xml" hash="ea8a6e1235911644c97f5d8cde5bf25b"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="magazento"><dir name="sexybookmarks"><file name="list.phtml" hash="30bf377a198bf5801e085f9811d36219"/></dir></dir></dir><dir name="layout"><file name="magazento_sexybookmarks.xml" hash="739a3c34038cd10bc9e891d132b1e1d4"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Sexybookmarks.xml" hash="ed58b2f3b5b193320dbc9f1675f1539a"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magazento"><dir name="sexybookmarks"><file name="jquery.js" hash="518215c646beff570b8d9849429139d4"/><file name="logo_onecheckout.jpg" hash="cf71a3d20cf06abaf99521651c2fe3d1"/><file name="logo_pdf.jpg" hash="5a0d745372115da1d61168e2529c0c0d"/><file name="logo_sitemap.jpg" hash="937495eec93cb1640b6244bff4cb31a2"/><file name="menu_box.jpg" hash="e76e4c6b62b096ca87175eb0f5270062"/><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/><file name="sexy-bookmarks-public.js" hash="3367525cfb9d85cf751b99752e2305b4"/><file name="share-enjoy.png" hash="35dc063bd0d52c108c775c4a64956078"/><file name="share-german.png" hash="0ca697aa8c6ac1e5b416d7c97348beda"/><file name="share-knowledge.png" hash="fb866a69f07e466eee9517562a05a3a7"/><file name="share-love-hearts.png" hash="08453b5c18b63e66f1493c54017421d6"/><file name="share-wealth.png" hash="456931a63aa35427160fa8d5eb21d0d8"/><file name="sharing-caring-hearts.png" hash="1963c6b21939cc427e9a32de63387592"/><file name="sharing-caring.png" hash="1ab271f5a84fa23f7c4224f1f9f6ab95"/><file name="sharing-shr.png" hash="f3249334917becc38af2f14638da18e8"/><file name="shr-custom-sprite.css" hash="a016b3e2483ae16e3320b676a4992e04"/><file name="shr-custom-sprite.png" hash="33ba5db8c6a8359bfdee45a83874343d"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="Magazento_Sexybookmarks.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
+
<dependencies><required><php><min>5.1.1</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
skin/frontend/base/default/magazento/sexybookmarks/.DS_Store
ADDED
Binary file
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/jquery.js
RENAMED
File without changes
|
skin/frontend/base/default/magazento/sexybookmarks/logo_onecheckout.jpg
ADDED
Binary file
|
skin/frontend/base/default/magazento/sexybookmarks/logo_pdf.jpg
ADDED
Binary file
|
skin/frontend/base/default/magazento/sexybookmarks/logo_sitemap.jpg
ADDED
Binary file
|
skin/frontend/base/default/magazento/sexybookmarks/menu_box.jpg
ADDED
Binary file
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/promo.jpg
RENAMED
File without changes
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/sexy-bookmarks-public.js
RENAMED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
jQuery(document).ready(function () {
|
2 |
jQuery(".shr-bookmarks a.external").attr("target", "_blank");
|
3 |
|
1 |
+
jQuery.noConflict();
|
2 |
jQuery(document).ready(function () {
|
3 |
jQuery(".shr-bookmarks a.external").attr("target", "_blank");
|
4 |
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/share-enjoy.png
RENAMED
File without changes
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/share-german.png
RENAMED
File without changes
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/share-knowledge.png
RENAMED
File without changes
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/share-love-hearts.png
RENAMED
File without changes
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/share-wealth.png
RENAMED
File without changes
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/sharing-caring-hearts.png
RENAMED
File without changes
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/sharing-caring.png
RENAMED
File without changes
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/sharing-shr.png
RENAMED
File without changes
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/shr-custom-sprite.css
RENAMED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
.sexymagentobookmarks-container {
|
2 |
margin: 5px 0 0 5px
|
3 |
}
|
1 |
+
.magazento-powered, .magazento-powered a {
|
2 |
+
color: #BBB;
|
3 |
+
font-size: 9px;
|
4 |
+
text-align: right;
|
5 |
+
text-decoration: none;
|
6 |
+
}
|
7 |
+
|
8 |
.sexymagentobookmarks-container {
|
9 |
margin: 5px 0 0 5px
|
10 |
}
|
skin/frontend/{default → base}/default/magazento/sexybookmarks/shr-custom-sprite.png
RENAMED
File without changes
|