3 $this->
data[
'header'] = $this->t(
'{core:frontpage:page_title}');
4 $this->includeAtTemplateBase(
'includes/header.php');
10 if ($this->
data[
'isadmin']) {
11 echo
'<p class="float-r youareadmin">' . $this->t(
'{core:frontpage:loggedin_as_admin}') .
'</p>';
13 echo
'<p class="float-r youareadmin"><a href="' . $this->
data[
'loginurl'] .
'">' . $this->t(
'{core:frontpage:login_as_admin}') .
'</a></p>';
17 <p><?php echo $this->t(
'{core:frontpage:intro}'); ?></p>
22 foreach ($this->
data[
'links_welcome'] AS $link) {
23 echo
'<li><a href="' . htmlspecialchars($link[
'href']) .
'">' . $this->t($link[
'text']) .
'</a></li>';
30 <h2><?php echo $this->t(
'{core:frontpage:about_header}'); ?></h2>
31 <p><?php echo $this->t(
'{core:frontpage:about_text}'); ?></p>
36 <?php $this->includeAtTemplateBase(
'includes/footer.php');