Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Digg & Delicious in Copyright footer

Digg & Delicious in Copyright footer

Locked

Views: 958

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 Apr 2009, 3:02 AM
#1
krazey avatar

krazey

New Zenner

Join Date:
Apr 2009
Posts:
32
Plugin Contributions:
0

Digg & Delicious in Copyright footer

Hi zenners,
I am wanting to add DIGG & DELICIOUS where the copyright section/footer is. My site is http://www.mydfashop.com/store...I want to get rid of All prices, 2009 Copyright,etc and have the DIGG & DELICIOUS logos/links...Is this possible???
Thanks!!!

27 Apr 2009, 4:20 AM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Digg & Delicious in Copyright footer

krazey:

Hi zenners,
I am wanting to add DIGG & DELICIOUS where the copyright section/footer is. My site is http://www.mydfashop.com/store...I want to get rid of All prices, 2009 Copyright,etc and have the DIGG & DELICIOUS logos/links...Is this possible???
Thanks!!!

edit includes/languages/YOUR_TEMPLATE/english.php

This line of code:

define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');

27 Apr 2009, 5:11 AM
#3
krazey avatar

krazey

New Zenner

Join Date:
Apr 2009
Posts:
32
Plugin Contributions:
0

Re: Digg & Delicious in Copyright footer

Thanks for the reply. I have edited that file but when i remove the copyright and link (STORE NAME) the page dissapears. This is the code from Delicious:

<img src="http://static.delicious.com/img/delicious.small.gif" height="10" width="10" alt="Delicious" />
<a href="http://delicious.com/save" onclick="window.open('http://delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;"> Bookmark this on Delicious</a>

Is there any way to have this in there without the page dissapearing???

27 Apr 2009, 9:45 AM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Digg & Delicious in Copyright footer

You may have to remove or escape the quotation marks around Delicious in the Alt text.

Escaping is done by placing a backslash in front of each quote mark.