completely rewrote templates for CS.
This commit is contained in:
parent
899004d23e
commit
208816a8d9
4 changed files with 28 additions and 3 deletions
|
|
@ -829,6 +829,8 @@ sub view {
|
|||
$var{'user.isModerator'} = $self->canModerate;
|
||||
$var{'user.isVisitor'} = ($session{user}{userId} eq '1');
|
||||
$var{'user.isSubscribed'} = $self->isSubscribed;
|
||||
$var{'sortby.title.url'} = $self->getSortByUrl("title");
|
||||
$var{'sortby.username.url'} = $self->getSortByUrl("username");
|
||||
$var{'sortby.date.url'} = $self->getSortByUrl("dateSubmitted");
|
||||
$var{'sortby.lastreply.url'} = $self->getSortByUrl("lastreply");
|
||||
$var{'sortby.views.url'} = $self->getSortByUrl("views");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue