1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 00:27:45 +02:00

Added TODO note about new e_rss standard. See chatbox_menu/e_rss.php for an example of the v2 standard.

This commit is contained in:
Cameron
2013-09-11 11:43:09 -07:00
parent 5c7da64ea8
commit 64c50ea156
3 changed files with 6 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ if (!e107::isInstalled('calendar_menu')) return;
include_lan(e_PLUGIN.'calendar_menu/languages/'.e_LANGUAGE.'_admin_calendar_menu.php'); // RSS messages are in admin language file
//FIXME TODO - Use v2 method. See chatbox_menu/e_rss.php
//##### create feed for admin, return array $eplug_rss_feed --------------------------------
$feed['name'] = EC_ADLAN_A12;
$feed['url'] = 'calendar'; //the identifier for the rss feed url

View File

@@ -16,6 +16,8 @@
if (!defined('e107_INIT')) { exit; }
//FIXME TODO - Use v2 method. See chatbox_menu/e_rss.php
//##### create feed for admin, return array $eplug_rss_feed --------------------------------
// Download
$feed['name'] = ADLAN_24;

View File

@@ -2,7 +2,7 @@
if (!defined('e107_INIT')) { exit; }
//FIXME TODO - Use v2 method. See chatbox_menu/e_rss.php
//##### create feed for admin, return array $eplug_rss_feed --------------------------------
$feed = get_forum_rss();