added page title to user#home
This commit is contained in:
parent
fb7177093b
commit
0375132f0b
@ -1,3 +1,4 @@
|
||||
<?php $this->provide('title', $this->t('.title')) ?>
|
||||
<div id="user-index">
|
||||
<?php if (current_user()->is_anonymous()) : ?>
|
||||
<h2><?= $this->t('.not_logged_in') ?></h2>
|
||||
|
Reference in New Issue
Block a user