ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
frontpage_welcome.tpl.php
Go to the documentation of this file.
1
<?
php
2
3
$this->
data
[
'header'
] = $this->t(
'{core:frontpage:page_title}'
);
4
$this->includeAtTemplateBase(
'includes/header.php'
);
5
6
?>
7
8
9
<?
php
10
if
($this->
data
[
'isadmin'
]) {
11
echo
'<p class="float-r youareadmin">'
. $this->t(
'{core:frontpage:loggedin_as_admin}'
) .
'</p>'
;
12
}
else
{
13
echo
'<p class="float-r youareadmin"><a href="'
. $this->
data
[
'loginurl'
] .
'">'
. $this->t(
'{core:frontpage:login_as_admin}'
) .
'</a></p>'
;
14
}
15
?>
16
17
<
p
><?
php
echo
$this->t(
'{core:frontpage:intro}'
); ?></
p
>
18
19
20
<ul>
21
<?
php
22
foreach
($this->
data
[
'links_welcome'
] AS $link) {
23
echo
'<li><a href="'
. htmlspecialchars($link[
'href'
]) .
'">'
. $this->t($link[
'text'
]) .
'</a></li>'
;
24
}
25
?>
26
</ul>
27
28
29
30
<h2><?
php
echo
$this->t(
'{core:frontpage:about_header}'
); ?></h2>
31
<
p
><?
php
echo
$this->t(
'{core:frontpage:about_text}'
); ?></
p
>
32
33
34
35
36
<?
php
$this->includeAtTemplateBase(
'includes/footer.php'
);
Symfony\Polyfill\Mbstring
Definition:
Mbstring.php:12
data
$this data['header']
Definition:
frontpage_welcome.tpl.php:3
echo
php
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
core
templates
frontpage_welcome.tpl.php
Generated on Thu Jan 30 2025 19:01:32 for ILIAS by
1.8.13 (using
Doxyfile
)