Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / what is the variable for the contact_us page?

what is the variable for the contact_us page?

Locked

Views: 529

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
21 Jul 2010, 6:43 AM
#1
nwms8 avatar

nwms8

New Zenner

Join Date:
Jul 2010
Location:
Sacramento, California
Posts:
17
Plugin Contributions:
0

what is the variable for the contact_us page?

$this_is_home_page

is used for the home page, what is the $variable for the contact_us page?

How would I go about finding this out for other pages? Is there a list of Zencart page variables?


I was working on making a sidebox only appear on the contact_us page, and I was using the tutorial:

https://www.zen-cart.com/tutorials/index.php?article=270

I didn't know how to go about changing $this_is_home_page to reflect a different page. Any help would be greatly appreciated.

21 Jul 2010, 6:55 AM
#2
nwms8 avatar

nwms8

New Zenner

Join Date:
Jul 2010
Location:
Sacramento, California
Posts:
17
Plugin Contributions:
0

Re: what is the variable for the contact_us page?

answered my own question with some more searching :)

$current_page_base == 'contact_us'