if (do_name() != 'Home') : ?>
endif ?>
Posted by Brendan Dawes on Feb 27, 2009
You can use the PAGENUM variable.
More info: http://www.nodebox.net/code/index.php/Variables
Posted by Tael_ on Feb 27, 2009
include("util/comment.php"); ?>
That's exactly what I was looking for. Thanks !
Increment a variable at each run ?
Posted by Tael_ on Feb 27, 2009Hello,
I have a list of words to generate images with and I would like that each image use one word (e.g. image 1: word 1; image 2: word 2; etc.).
Can I do that with NodeBox ?
Thanks.