diff options
| -rw-r--r-- | skins/Makefile | 2 | ||||
| -rw-r--r-- | skins/deltab/rlist.tmpl | 2 | ||||
| -rw-r--r-- | skins/stone/Makefile | 2 | ||||
| -rw-r--r-- | skins/stone/rlist.tmpl | 2 | ||||
| -rw-r--r-- | skins/stone_flat/rlist.tmpl | 2 | ||||
| -rw-r--r-- | skins/xstyle/Makefile | 2 | ||||
| -rw-r--r-- | skins/xstyle/rlist.tmpl | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/skins/Makefile b/skins/Makefile index eac5850..9a6cf50 100644 --- a/skins/Makefile +++ b/skins/Makefile @@ -3,7 +3,7 @@ # # $Id$ -VERSION = 1.0 +VERSION = 1.1 ARCHIVE = skins PACKAGE = xxv-$(ARCHIVE)-$(VERSION) diff --git a/skins/deltab/rlist.tmpl b/skins/deltab/rlist.tmpl index 7d6f920..abc22e5 100644 --- a/skins/deltab/rlist.tmpl +++ b/skins/deltab/rlist.tmpl @@ -72,7 +72,7 @@ <?% END %?> <?% ######################################################################## %?> <?% BLOCK image %?> - <?%- files = param.getPreview(eventid); + <?%- files = param.getPreview(id); IF type == 'RADIO'; mylist = [ "images/audio", global.imagetyp ]; preview = mylist.join('.') ; diff --git a/skins/stone/Makefile b/skins/stone/Makefile index 6424c33..8578254 100644 --- a/skins/stone/Makefile +++ b/skins/stone/Makefile @@ -4,7 +4,7 @@ # $Id$ SKIN = $(shell basename `pwd`) -VERSION = 1.0 +VERSION = 1.1 ### The name of the distribution archive: diff --git a/skins/stone/rlist.tmpl b/skins/stone/rlist.tmpl index cca32f8..285dc52 100644 --- a/skins/stone/rlist.tmpl +++ b/skins/stone/rlist.tmpl @@ -54,7 +54,7 @@ <?% END %?> <?% ######################################################################## %?> <?% BLOCK image %?> - <?%- files = param.getPreview(eventid); + <?%- files = param.getPreview(id); IF type == 'RADIO'; mylist = [ "images/audio", global.imagetyp ]; preview = mylist.join('.') ; diff --git a/skins/stone_flat/rlist.tmpl b/skins/stone_flat/rlist.tmpl index 9d6fb31..e7660c8 100644 --- a/skins/stone_flat/rlist.tmpl +++ b/skins/stone_flat/rlist.tmpl @@ -56,7 +56,7 @@ <?% END %?> <?% ######################################################################## %?> <?% BLOCK image %?> - <?%- files = param.getPreview(eventid); + <?%- files = param.getPreview(id); IF type == 'RADIO'; mylist = [ "images/audio", global.imagetyp ]; preview = mylist.join('.') ; diff --git a/skins/xstyle/Makefile b/skins/xstyle/Makefile index c07af49..46265c4 100644 --- a/skins/xstyle/Makefile +++ b/skins/xstyle/Makefile @@ -4,7 +4,7 @@ # $Id$ SKIN = xstyle -VERSION = 0.95 +VERSION = 1.1 ### The name of the distribution archive: diff --git a/skins/xstyle/rlist.tmpl b/skins/xstyle/rlist.tmpl index 1d2a55e..fba0297 100644 --- a/skins/xstyle/rlist.tmpl +++ b/skins/xstyle/rlist.tmpl @@ -19,7 +19,7 @@ <?% END %?> <?% BLOCK image %?> - <?% files = param.getPreview(eventid) %?> + <?% files = param.getPreview(id) %?> <?% IF type == 'RADIO' %?> <img src="images/radio.png" width="200" title="<?% gettext('Radio recording') %?>" /> <?% ELSE %?> |
