diff options
author | Martin Wache <martin@debian.lan> | 2010-11-20 13:07:12 +0100 |
---|---|---|
committer | Martin Wache <martin@debian.lan> | 2010-11-20 13:07:12 +0100 |
commit | 350ebad826ece189072d19b2dc9224ffc8e4aced (patch) | |
tree | 6e0f68a954579f77cefe41c70d5cbe368f5cfcd0 /pages/menu.ecpp | |
parent | ff37e7006cea3b14bb108c68d60a97fe15074369 (diff) | |
download | vdr-plugin-live-350ebad826ece189072d19b2dc9224ffc8e4aced.tar.gz vdr-plugin-live-350ebad826ece189072d19b2dc9224ffc8e4aced.tar.bz2 |
- some fixes and improvements to multischedule
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index dbcb862..5721e42 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -86,6 +86,7 @@ if (!component.empty()) { <div> <!-- inner --> <& menu.component current=("whats_on") &> <& menu.component current=("schedule") &> + <& menu.component current=("multischedule") &> <& menu.component current=("timers") &> <%cpp> if (LiveFeatures< features::epgsearch >().Recent()) { |