See the doc link for the image_album_statistics plugin I already posted.
`printRSSHeaderLink('Album',getAlbumTitle()); ?>`
That line will not work as static theme pages are outside of any album or else context. Use something like `printRSSHeaderLink('Gallery', gettext('Gallery RSS'));` instead. Please take the time to read the theming basics if you haven't already and also look at the official themes for some examples. There are also basic example theme pages available within the tutorial.