/** * Show the central RSS view * * @since version 0.84 **/ static function showRSSView() { echo "<table class='tab_cadre_central'>"; echo "<tr><td class='top' width='50%'>"; RSSFeed::showListForCentral(); echo "</td><td class='top' width='50%'>"; if (RSSFeed::canView()) { RSSFeed::showListForCentral(false); } else { echo " "; } echo "</td></tr>"; echo "</table>"; }
/** * Show the central RSS view * * @since version 0.84 **/ static function showRSSView() { echo "<table class='tab_cadre_central'>"; echo "<tr class='noHover'><td class='top' width='50%' style='vertical-align:top !important;'>"; RSSFeed::showListForCentral(); echo "</td><td class='top' width='50%' style='vertical-align:top !important;'>"; if (RSSFeed::canView()) { RSSFeed::showListForCentral(false); } else { echo " "; } echo "</td></tr>"; echo "</table>"; }