i18n::translate('RSS Feeds'), 'type'=>'gedcom', 'descr'=>i18n::translate('News and links from the %s site', $GEDCOM_TITLE), 'canconfig'=>false, 'config'=>array( 'cache'=>0 ) ); /** * Print RSS Block * * Prints a block allowing the user to login to the site directly from the portal */ function print_RSS_block($block = true, $config="", $side, $index) { $id="rss_block"; $title=i18n::translate('RSS Feeds').help_link('rss_feed'); $content = "
"; $content .= "
"; $content .= "
"; $content .= ""; $content .= " \"RSS\""; $content .= "
"; $content .= "
"; $content .= "
"; global $THEME_DIR; if ($block) { require $THEME_DIR.'templates/block_small_temp.php'; } else { require $THEME_DIR.'templates/block_main_temp.php'; } } ?>