I my Zen site, I have an announcement of current sales. The
sales are presented using <fieldset>. Works great. However,
when the time left in the current sale is less than X hours, I
would like to add a statement at the bottom of the field that
would announce the number of hours left in the sale.
I believe that I know how to write the PHP code to do this, and
could save said code as say /includes/special/time_left.php
for example). The problem is that I don't know how to get
the results from that code and place it in my main page.
I tried to just insert the code into the _define_main_page.php
code, as <?php CODE ?>, and as you probably already know it
did not work.
Any suggestions / help with this?


Reply With Quote
