ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
frontpage_welcome.tpl.php File Reference

Go to the source code of this file.

Variables

$this data ['header'] = $this->t('{core:frontpage:page_title}')
 
if($this->data['isadmin']) else
 
 foreach ( $this->data[ 'links_welcome'] AS $link)
 

Variable Documentation

◆ data

$this data[ 'header'] = $this->t('{core:frontpage:page_title}')

Definition at line 3 of file frontpage_welcome.tpl.php.

◆ else

if ( $this->data[ 'isadmin']) else
Initial value:
{
echo '<p class="float-r youareadmin"><a href="' . $this->data['loginurl'] . '">' . $this->t('{core:frontpage:login_as_admin}') . '</a></p>'
$this data['header']

Definition at line 12 of file frontpage_welcome.tpl.php.

◆ foreach

foreach($this->data['links_welcome'] AS $link)

Definition at line 22 of file frontpage_welcome.tpl.php.