1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-09-19 16:53:25 +01:00

Added RSS feed to menu.php

Added RSS feed to menu.php with a nice icon
This commit is contained in:
Peter Sorger 2018-06-04 09:34:32 -04:00 committed by GitHub
parent ce26ba21f2
commit f6d7b28313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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