Function printRSSLink
Prints an RSS link
string |
$option |
type of RSS: See getRSSLink for details |
string |
$prev |
text to before before the link |
string |
$linktext |
title of the link |
string |
$next |
text to appear after the link |
boolean |
$printIcon = true |
print an RSS icon beside it? if true, the icon is zp-core/images/rss.png |
string |
$class = null |
css class |
string |
$lang = '' |
optional to display a feed link for a specific language. Enter the locale like "de_DE" (the locale must be installed on your Zenphoto to work of course). If empty the locale set in the admin option or the language selector (getOption('locale') is used. |
string |
$addl = NULL |
provided additional data for feeds (e.g. album object for album feeds, $categorylink for zenpage categories |