Added paginator CSS to comments
This commit is contained in:
parent
31f07672c4
commit
d135f84bf2
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ class CommentController
|
|||
$this->context->stylesheets []= 'post-small.css';
|
||||
$this->context->stylesheets []= 'comment-list.css';
|
||||
$this->context->stylesheets []= 'comment-small.css';
|
||||
$this->context->stylesheets []= 'paginator.css';
|
||||
$this->context->subTitle = 'comments';
|
||||
if ($this->context->user->hasEnabledEndlessScrolling())
|
||||
$this->context->scripts []= 'paginator-endless.js';
|
||||
|
|
Loading…
Reference in a new issue