added page title to user#home

This commit is contained in:
Parziphal 2013-11-20 15:59:13 -05:00
parent fb7177093b
commit 0375132f0b

View File

@ -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>