mainObject)) &&
isset($GLOBALS['rss'] -> mainObject[0] -> itemCount) &&
(1 == $GLOBALS['rss'] -> mainObject[0] -> itemCount) &&
isset($GLOBALS['rss'] -> mainObject[0] -> feeds[0] -> items[0]) &&
(function_exists('getThemeMedia') && 'web' == getThemeMedia())
) {
$item =& $GLOBALS['rss'] -> mainObject[0] -> feeds[0] -> items[0];
$desc = htmlspecialchars($item -> title, ENT_COMPAT, 'UTF-8');
if ($desc) {
printf('%s',$desc, "\n");
}
if (count($item -> tags)) {
printf('%s%s',"\t",implode(',', $item -> tags), "\n\n");
}
}
return $dummy;
}
rss_set_hook('rss.plugins.stylesheets','__im_getMeta');
?>