diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-11-09 17:16:40 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-11-09 17:16:40 +0000 |
| commit | da0a0b776fbe8fb9c4c1746f452148f0da0f4c8a (patch) | |
| tree | a6bee1ee8f5702e9deb7d4658af5c683314e2662 /html | |
| parent | dd4bfdc1adf6cf36330687d7268ab44900fc77cb (diff) | |
| download | xxv-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.tmpl | 2 |
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 %?> |
