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

Merge pull request #3 from sorgo/patch-2

Added RSS feed to menu.php
This commit is contained in:
Markus Birth 2018-07-04 22:43:16 +02:00 committed by GitHub
commit b92115c93d
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'),
);