diff options
Diffstat (limited to 'whats_on_now.ecpp')
-rw-r--r-- | whats_on_now.ecpp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/whats_on_now.ecpp b/whats_on_now.ecpp index 7dc2bf6..3511105 100644 --- a/whats_on_now.ecpp +++ b/whats_on_now.ecpp @@ -3,6 +3,7 @@ #include <vdr/channels.h> #include <vdr/epg.h> #include <vdr/config.h> +#include <vdr/i18n.h> #include "tools.h" using namespace vdrlive; @@ -45,10 +46,13 @@ const cSchedules* Schedules = cSchedules::Schedules(schedulesLock); <div class="event"> <div class="station"><$ Channel->Name() $></div> <div class="tools"> + + </div> + <div class="content"> + <span class="title"><$ title $></span><br/> + <span class="short"><$ short_description $></span> + <div class="description"><$ description $></div> </div> - <span class="title"><$ title $></span><br/> - <span class="short"><$ short_description $></span> - <p><$ description $></p> </div> <{ } |