get_var("SELECT max(post_date) FROM $tableposts"); $unixtime = strtotime($maxdate); // format timestamp for Last-Modified header $clast = gmdate("D, d M Y H:i:s \G\M\T", $unixtime); $cetag = (isset($clast)) ? md5($clast) : ''; // send it in a Last-Modified header header("Last-Modified: " . $clast, true); header("Etag: " . $cetag, true); if (!isset($rss_language)) { $rss_language = 'en'; } if (!isset($rss_encoded_html)) { $rss_encoded_html = 0; } if (!isset($rss_excerpt_length) || ($rss_encoded_html == 1)) { $rss_excerpt_length = 0; } ?> "; ?> <?php bloginfo_rss("name") ?> GMT http://backend.userland.com/rss092 <?php the_title_rss() ?> "; the_category_unicode(); echo ""; $more = 1; if ($rss_use_excerpt) { ?>