tag of the rss // check passwords $albumscheck = query_full_array("SELECT * FROM " . prefix('albums'). " ORDER BY title"); $passwordcheck1 = ""; $passwordcheck2 = ""; foreach($albumscheck as $albumcheck) { if(!checkAlbumPassword($albumcheck['folder'], $hint)) { $albumpasswordcheck1= " AND i.albumid != ".$albumcheck['id']; $albumpasswordcheck2= " AND a.id != ".$albumcheck['id']; $passwordcheck1 = $passwordcheck1.$albumpasswordcheck1; $passwordcheck2 = $passwordcheck2.$albumpasswordcheck2; } } if(getOption('mod_rewrite')) { $albumpath = "/"; $imagepath = "/"; $modrewritesuffix = getOption('mod_rewrite_image_suffix'); } else { $albumpath = "/index.php?album="; $imagepath = "&image="; $modrewritesuffix = ""; } $items = getOption('feed_items'); // # of Items displayed on the feed ?> <?php echo strip_tags(get_language_string(getOption('gallery_title'), $locale))." - ".gettext("latest comments"); ?> http://blogs.law.harvard.edu/tech/rss ZenPhoto Comment RSS Generator <?php echo strip_tags($albumtitle.$title.$author); ?> ';?> ';?>