Added paginator CSS to comments

This commit is contained in:
Marcin Kurczewski 2013-10-22 23:41:33 +02:00
parent 31f07672c4
commit d135f84bf2

View file

@ -11,6 +11,7 @@ class CommentController
$this->context->stylesheets []= 'post-small.css'; $this->context->stylesheets []= 'post-small.css';
$this->context->stylesheets []= 'comment-list.css'; $this->context->stylesheets []= 'comment-list.css';
$this->context->stylesheets []= 'comment-small.css'; $this->context->stylesheets []= 'comment-small.css';
$this->context->stylesheets []= 'paginator.css';
$this->context->subTitle = 'comments'; $this->context->subTitle = 'comments';
if ($this->context->user->hasEnabledEndlessScrolling()) if ($this->context->user->hasEnabledEndlessScrolling())
$this->context->scripts []= 'paginator-endless.js'; $this->context->scripts []= 'paginator-endless.js';