diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2010-08-24 17:27:10 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2010-08-24 17:27:10 +0000 |
| commit | e503819f62d4156bb9a9e194d79624ef217da921 (patch) | |
| tree | 83c4997701dfb64e0b4cee47be880312d917357a /html/bloecke | |
| parent | 1d05d26b9065a1b7c202a7878668c7bace17b986 (diff) | |
| download | xxv-e503819f62d4156bb9a9e194d79624ef217da921.tar.gz xxv-e503819f62d4156bb9a9e194d79624ef217da921.tar.bz2 | |
SHARE: show level on any skins
CONFIG: show moduls description on editing preferences
USER: refactoring createTmpDir
RECORDS: refactoring status handler
SHARE: change order of topten view
Diffstat (limited to 'html/bloecke')
| -rw-r--r-- | html/bloecke/stars.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html/bloecke/stars.tmpl b/html/bloecke/stars.tmpl index 196da4e..e3aafad 100644 --- a/html/bloecke/stars.tmpl +++ b/html/bloecke/stars.tmpl @@ -1,4 +1,3 @@ -<?% level = getModule('SHARE').getEventLevel(eventid) %?> -<?% IF level %?> +<?% IF level && allow('topten') %?> <img class="stars" src="images/<?% level FILTER format('%d') %?>_stars.png" hspace=0 vspace=0 title="<?% level FILTER format('%d') %?> Stars"><?% umbruch %?> <?% END %?> |
