summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-11-09 17:16:40 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-11-09 17:16:40 +0000
commitda0a0b776fbe8fb9c4c1746f452148f0da0f4c8a (patch)
treea6bee1ee8f5702e9deb7d4658af5c683314e2662 /html
parentdd4bfdc1adf6cf36330687d7268ab44900fc77cb (diff)
downloadxxv-da0a0b776fbe8fb9c4c1746f452148f0da0f4c8a.tar.gz
xxv-da0a0b776fbe8fb9c4c1746f452148f0da0f4c8a.tar.bz2
* EPG: replace direct access to epg images by cmd=eimage&data<imageid>
Diffstat (limited to 'html')
-rw-r--r--html/display.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/display.tmpl b/html/display.tmpl
index 7df96dc..d157430 100644
--- a/html/display.tmpl
+++ b/html/display.tmpl
@@ -61,7 +61,7 @@
<td>
<?% IF Image %?>
<?% FOREACH img = Image.split("\n") %?>
- <img src='epgimages/<?% img %?>' border=1 align='right'>
+ <img src='?cmd=eimage&data=<?% img %?>' border=1 align='right'>
<?% END %?>
<?% END %?>
<?% data.first.$c %?>