Page 1 of 1

serendipity_fetchPrintEntries for Static Pages

Posted: Tue Feb 03, 2009 1:23 pm
by gregfuller
Hi again,

Is there a custom smarty tag for static pages like serendipity_fetchPrintEntries for entries? I searched the code and couldn't find anything.

Thanks, Greg

Re: serendipity_fetchPrintEntries for Static Pages

Posted: Tue Feb 03, 2009 1:53 pm
by garvinhicking
Hi!

Actually, there is. But it's not yet as sophisticated like serendipity_fetchPrintEntries.

Have a look at the smarty.inc.php file of the staticpage plugin directory. It offers a {staticpage_display} smarty function.

Regards,
Garvin

Re: serendipity_fetchPrintEntries for Static Pages

Posted: Tue Feb 03, 2009 2:16 pm
by gregfuller
Thank you!