Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / What is EZPAGES_SEPARATOR_FOOTER ?

What is EZPAGES_SEPARATOR_FOOTER ?

Locked

Views: 1,348

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
6 Apr 2008, 8:11 PM
#1
fish_in_a_tree avatar

fish_in_a_tree

New Zenner

Join Date:
Apr 2008
Posts:
5
Plugin Contributions:
0

What is EZPAGES_SEPARATOR_FOOTER ?

I wish to change the :: between EZPAGES links in the footer bar. I successfully changed the :: ( breadcrumbs?) in the centre panel, but can't fathom the footer. I think I have traced it to EZPAGES_SEPARATOR_FOOTER in tpl_ezpages_barfooter.php, but cannot be sure as I am very new at this. This is for a quite customised set up.

Anyone who knows where I should look to change this?

ta

6 Apr 2008, 8:33 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: What is EZPAGES_SEPARATOR_FOOTER ?

In admin > Tools > Developers Toolkit, paste EZPAGES_SEPARATOR_FOOTER in the upper left box, select All Language Files and search.
The results will include the file and line number of the define statement for this constant; or in this case, since the value is set in admin and stored in the database, something like this:

Lookup CONSTANT Definitions
Key: EZPAGES_SEPARATOR_FOOTER
Title: EZ-Pages Footer Link Separator
Description: EZ-Pages Footer Link Separator
Default =  :: 
Value: ::
Group: ID#30 EZ-Pages Settings

You would edit this in Configuration > EZ-Pages Settings.

6 Apr 2008, 8:34 PM
#3
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: What is EZPAGES_SEPARATOR_FOOTER ?

In your ADMIN CONTROL PANEL

Admin... Configuration... EZ-PAges Settings...EZ-Pages footer link separator.

(NO NEED TO EDIT CODE !!!)

6 Apr 2008, 8:40 PM
#4
fish_in_a_tree avatar

fish_in_a_tree

New Zenner

Join Date:
Apr 2008
Posts:
5
Plugin Contributions:
0

Re: What is EZPAGES_SEPARATOR_FOOTER ?

Thank you, thank you, thank you.

Couldn't see the wood for the trees!

ta.:smile: