From f6d7b2831359c0e7ae36cd090ff3f4e2d7821ae9 Mon Sep 17 00:00:00 2001 From: Peter Sorger Date: Mon, 4 Jun 2018 09:34:32 -0400 Subject: [PATCH] Added RSS feed to menu.php Added RSS feed to menu.php with a nice icon --- menu.php | 1 + 1 file changed, 1 insertion(+) diff --git a/menu.php b/menu.php index 536097b..7e49f61 100644 --- a/menu.php +++ b/menu.php @@ -2,6 +2,7 @@ $menu_items = array( array('index.php', 'view_agenda', 'Version Table'), array('timeline.php', 'view_list', 'Version Timeline'), + array('rss.php', 'rss_feed', 'RSS Feed'), '---', array('https://github.com/mbirth/tcl_update_db', 'code', 'GitHub Source'), );