serendipity_fetchPrintEntries for Static Pages

Creating and modifying plugins.
Post Reply
gregfuller
Regular
Posts: 13
Joined: Tue Oct 09, 2007 9:33 am

serendipity_fetchPrintEntries for Static Pages

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity_fetchPrintEntries for Static Pages

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
gregfuller
Regular
Posts: 13
Joined: Tue Oct 09, 2007 9:33 am

Re: serendipity_fetchPrintEntries for Static Pages

Post by gregfuller »

Thank you!
Post Reply