diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-04 15:50:25 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-04 15:50:25 +0000 |
commit | 0cba90bb002338c2cbf207ea82c6fe8c8a111af3 (patch) | |
tree | ead43d632d23ae20a653cfd8fe46387e4b9585fa /pages/menu.ecpp | |
parent | c5a3d10682655b4eed3839cf26729821b70948d6 (diff) | |
download | vdr-plugin-live-0cba90bb002338c2cbf207ea82c6fe8c8a111af3.tar.gz vdr-plugin-live-0cba90bb002338c2cbf207ea82c6fe8c8a111af3.tar.bz2 |
Initial version of Recordings page
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index 07921b9..8fc6b5e 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -6,5 +6,6 @@ <a href="whats_on_now.html"><$ tr("What's on now?") $></a><br/> <a href="whats_on_next.html"><$ tr("What's on next?") $></a><br/> <a href="schedule.html"><$ tr("Schedule") $></a><br /> - <a href="timers.html"><$ tr("Timers") $></a> + <a href="timers.html"><$ tr("Timers") $></a><br /> + <a href="recordings.html"><$ tr("Recordings") $></a> </div>
\ No newline at end of file |