diff --git a/modules/blockpermanentlinks/blockpermanentlinks.css b/modules/blockpermanentlinks/blockpermanentlinks.css
index 1ac57f030..7dccbbe6f 100644
--- a/modules/blockpermanentlinks/blockpermanentlinks.css
+++ b/modules/blockpermanentlinks/blockpermanentlinks.css
@@ -15,13 +15,12 @@ ul#header_links {
#header_links a:hover {text-decoration:underline}
/*block permanent links right and left columns*/
-.permanent_links_block li {border-bottom: 1px dotted #eee}
-.permanent_links_block li a {
+#permanent_links div {border-bottom: 1px dotted #eee}
+#permanent_links div a {
display: block;
padding: 7px 11px 5px 22px;
color: #333;
background:url(img/arrow_right_2.png) no-repeat 10px 10px;
-
}
/* block footer links */
diff --git a/modules/blockpermanentlinks/blockpermanentlinks.tpl b/modules/blockpermanentlinks/blockpermanentlinks.tpl
index e7fd0b289..963878c12 100644
--- a/modules/blockpermanentlinks/blockpermanentlinks.tpl
+++ b/modules/blockpermanentlinks/blockpermanentlinks.tpl
@@ -28,18 +28,16 @@
-
+
+ writeBookmarkLink('{$come_from}', '{$shop_name|addslashes|addslashes}', '{l s='bookmark this page' mod='blockpermanentlinks'}');
\ No newline at end of file
diff --git a/modules/blockpermanentlinks/img/arrow_right_2.png b/modules/blockpermanentlinks/img/arrow_right_2.png
new file mode 100644
index 000000000..c970f18ef
Binary files /dev/null and b/modules/blockpermanentlinks/img/arrow_right_2.png differ
diff --git a/modules/blockrss/img/arrow_right_2.png b/modules/blockrss/img/arrow_right_2.png
new file mode 100644
index 000000000..c970f18ef
Binary files /dev/null and b/modules/blockrss/img/arrow_right_2.png differ
diff --git a/modules/blockwishlist/img/arrow_right_2.png b/modules/blockwishlist/img/arrow_right_2.png
new file mode 100644
index 000000000..c970f18ef
Binary files /dev/null and b/modules/blockwishlist/img/arrow_right_2.png differ
diff --git a/themes/default/css/global.css b/themes/default/css/global.css
index c3075f6ff..30be72f83 100644
--- a/themes/default/css/global.css
+++ b/themes/default/css/global.css
@@ -1649,7 +1649,7 @@ ul#suppliers_list li .right_side {float:right;}
height: 24px;
width: 200px;
color: #ccc;
- background: url(../../../img/bg_search_input.png) repeat-x scroll 0 0 #fff
+ background: url(../../../modules/blocksearch/img/bg_search_input.png) repeat-x scroll 0 0 #fff
}
#pagenotfound .button_small {
padding: 4px 7px;
@@ -1659,7 +1659,7 @@ ul#suppliers_list li .right_side {float:right;}
border-radius:0;
color: #fff;
text-transform: uppercase;
- background: url("../../../img/bg_search_submit.png") repeat-x scroll 0 0 #101010
+ background: url("../../../modules/blocksearch/img/bg_search_submit.png") repeat-x scroll 0 0 #101010
}
#pagenotfound .pagenotfound a {
font-weight:bold;