1
0

Merge pull request #3 from sorgo/patch-2

Added RSS feed to menu.php
This commit is contained in:
2018-07-04 22:43:16 +02:00
committed by GitHub

View File

@@ -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'),
);