From d135f84bf26a0fc4cd097a1f49c81412e5a3b9f2 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Tue, 22 Oct 2013 23:41:33 +0200 Subject: [PATCH] Added paginator CSS to comments --- src/Controllers/CommentController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controllers/CommentController.php b/src/Controllers/CommentController.php index 12e2c83f..567cde12 100644 --- a/src/Controllers/CommentController.php +++ b/src/Controllers/CommentController.php @@ -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';