Zen Cart Logo
Forums / General Questions / Styling individual EZ-pages - how can I set a class?

Styling individual EZ-pages - how can I set a class?

Locked

Views: 598

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
17 Apr 2009, 7:25 PM
#1
markpr9 avatar

markpr9

New Zenner

Join Date:
Dec 2007
Posts:
54
Plugin Contributions:
0

Styling individual EZ-pages - how can I set a class?

What command do I use to echo the EZ Pages id?

I haven't been able to edit the css for individual EZ Pages, so I want to add this to my headers:

<div id="header" class="ezpages<?php echo $ezpage_id; ?>"></div>

That way I can control the content on separate ez pages... But i just need to echo that ID...

Thanks!!