From fd188875436b54cdc81825c63f20fd63011096a7 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Wed, 3 Jan 2007 16:20:48 +0000 Subject: Style-Gebastle --- whats_on_now.ecpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/whats_on_now.ecpp b/whats_on_now.ecpp index e0fe5b0..7dc2bf6 100644 --- a/whats_on_now.ecpp +++ b/whats_on_now.ecpp @@ -3,6 +3,9 @@ #include #include #include +#include "tools.h" + +using namespace vdrlive; <%args> @@ -25,7 +28,7 @@ const cSchedules* Schedules = cSchedules::Schedules(schedulesLock);
- <$ tr("What's running at") $> <$ tr("o'clock") $> + <$ tr("What's running at") $> <$ FormatDateTime(tr("%I.%M %p"), time(0)) $>
<{ @@ -41,6 +44,8 @@ const cSchedules* Schedules = cSchedules::Schedules(schedulesLock); }>
<$ Channel->Name() $>
+
+
<$ title $>
<$ short_description $>

<$ description $>

-- cgit v1.2.3