there is the code of my footer.php (
`
<?php printRSSLink('Gallery','',gettext('Gallery'), '', true); ?>
<?php if(function_exists('printZenpageRSSLink')) { ?>
<?php printZenpageRSSLink('News','',' | ',gettext('News'),' | ', true); ?>
<?php printZenpageRSSLink('NewsWithImages','','',gettext("News and Gallery"),'', true); ?>
<?php } ?>
`
in fact, very similar with the code of the official theme zenpage (sidebar.php)