This commit is contained in:
Marcin Kurczewski
2013-10-22 00:17:06 +02:00
parent 823888b0c1
commit eaa8c4897d
8 changed files with 114 additions and 6 deletions

View File

@ -12,7 +12,7 @@ class CommentController
$this->context->stylesheets []= 'comment-list.css';
$this->context->stylesheets []= 'comment-small.css';
$this->context->subTitle = 'comments';
if ($this->config->browsing->endlessScrolling)
if ($this->config->user->hasEnabledEndlessScrolling())
$this->context->scripts []= 'paginator-endless.js';
$page = intval($page);