summaryrefslogtreecommitdiff
path: root/pages/whats_on.ecpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-06-01 19:36:43 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-06-01 19:36:43 +0000
commite71ea234a90f701dfb84e03443c7cd3134da5260 (patch)
treef0c6d2e1da3f16e3c37ab33f6da1b9afc9810a96 /pages/whats_on.ecpp
parent0c94dc395d2df875098ea9d1e7b39bf27db7310d (diff)
downloadvdr-plugin-live-e71ea234a90f701dfb84e03443c7cd3134da5260.tar.gz
vdr-plugin-live-e71ea234a90f701dfb84e03443c7cd3134da5260.tar.bz2
- [0000281] patch committed
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r--pages/whats_on.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp
index 81a40b7..0b274e1 100644
--- a/pages/whats_on.ecpp
+++ b/pages/whats_on.ecpp
@@ -137,7 +137,7 @@ if (type == "now") {
<& pageelems.ajax_action_href action="switch_channel" tip=(tr("Switch to this channel.")) param=(channel_id) image="zap.png" alt="" &>
% }
% if (LiveSetup().HaveEPGSearch()) {
- <a href="searchresults.html?searchplain=<$ StringEscapeAndBreak(epgEvent->Title()) $>"><img src="/search.png" border="0" alt="" <& tooltip.hint text=(tr("Search for repeats.")) &>></img></a>
+ <a href="searchresults.html?searchplain=<$ StringEscapeAndBreak(epgEvent->Title()) $>"><img src="search.png" border="0" alt="" <& tooltip.hint text=(tr("Search for repeats.")) &>></img></a>
% }
<a href="http://akas.imdb.com/Tsearch?title=<$ StringUrlEncode(epgEvent->Title()) $>"><img src="imdb.png" border="0" alt="" <& tooltip.hint text=(tr("Find more at the Internet Movie Database.")) &>></img></a>
</div>