This commit is contained in:
Marcin Kurczewski
2013-10-25 09:40:33 +02:00
parent 47759adb66
commit d3eaf27bdc
9 changed files with 230 additions and 82 deletions

View File

@ -359,6 +359,7 @@ class UserController
$page = 1;
PrivilegesHelper::confirmWithException(Privilege::ViewUser, PrivilegesHelper::getIdentitySubPrivilege($user));
$this->context->stylesheets []= 'tabs.css';
$this->context->stylesheets []= 'user-view.css';
$this->context->stylesheets []= 'post-list.css';
$this->context->stylesheets []= 'post-small.css';