Hey all. I really should be able to figure this out, but
can't (TGIF).
I'm working on a story template and need to know which page
is currently
being burned. What's the magic recipe?
Chris
--------------------------
Chris Schults
Web Production Manager
Grist Magazine
710 Second Avenue, Suite 860
Seattle, WA 98104
Phone: 206-876-2020, ext. 204
Fax: 253-423-6487
<http://www.grist.org>
How to determine current page?
2006-10-20 19:05:18
On Oct 20, 2006, at 11:47, Chris Schults wrote:
> I'm working on a story template and need to know which
page is
> currently
> being burned. What's the magic recipe?
$burner->get_page
Returns 0 for the first page, 1 for the second, 2 for the
third, etc.
Best,
David