From f7b17ecdd359edd5e011d889ee1076313d788f26 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Sun, 7 Jan 2007 19:09:40 +0000 Subject: - added channel id to call to new timer page --- pages/whats_on.ecpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 80b9c54..75d4f12 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -56,6 +56,7 @@ if (type == "now") { if (Event) { std::string title(Event->Title() ? Event->Title() : ""); std::string channel_name(Channel->Name()); + std::string channel_id(*Channel->GetChannelID().ToString()); std::string short_description(Event->ShortText() ? Event->ShortText() : ""); std::string description(Event->Description() ? Event->Description() : ""); std::string start(Event->StartTime() ? FormatDateTime(tr("%I:%M %p"), Event->StartTime()) : ""); @@ -71,7 +72,7 @@ if (type == "now") { <$ channel_name $> - border="0"/> + border="0"/>
<$ start $> - <$ end $>
-- cgit v1.2.3