diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-04 20:28:20 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-04 20:28:20 +0000 |
commit | fd34544fc3c676695e66c3cd5be2f53f8ac35257 (patch) | |
tree | 8b17842c4fb5e779e7d26669aa1656a0d790bfde /pages/menu.ecpp | |
parent | 86f4f5b117303cb35c0783b11b4d3f2fd70a203b (diff) | |
download | vdr-plugin-live-fd34544fc3c676695e66c3cd5be2f53f8ac35257.tar.gz vdr-plugin-live-fd34544fc3c676695e66c3cd5be2f53f8ac35257.tar.bz2 |
- introduced page "remote control"
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index 8fc6b5e..dddc43c 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -7,5 +7,6 @@ <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><br /> - <a href="recordings.html"><$ tr("Recordings") $></a> - </div>
\ No newline at end of file + <a href="recordings.html"><$ tr("Recordings") $></a><br /> + <a href="remote.html"><$ tr("Remote Control") $></a> + </div> |