Changed titles a bit

This commit is contained in:
Marcin Kurczewski 2013-10-20 00:36:50 +02:00
parent 3fc1046bb2
commit b4186a218c
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ class PostController
$query = trim(urldecode($query));
$page = intval($page);
$postsPerPage = intval($this->config->browsing->postsPerPage);
$this->context->subTitle = 'browsing posts';
$this->context->subTitle = 'posts';
$this->context->transport->searchQuery = $query;
PrivilegesHelper::confirmWithException(Privilege::ListPosts);

View file

@ -58,7 +58,7 @@ class UserController
$page = intval($page);
$usersPerPage = intval($this->config->browsing->usersPerPage);
$this->context->subTitle = 'browsing users';
$this->context->subTitle = 'users';
PrivilegesHelper::confirmWithException(Privilege::ListUsers);
if ($sortStyle == '' or $sortStyle == 'alpha')