ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
frontpage_config.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
 
 $icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="enabled" />'
 
 $icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />'
 

Variable Documentation

◆ $icon_disabled

$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />'

Definition at line 40 of file frontpage_config.tpl.php.

◆ $icon_enabled

$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="enabled" />'

Definition at line 39 of file frontpage_config.tpl.php.

◆ data

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

Definition at line 3 of file frontpage_config.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 19 of file frontpage_config.tpl.php.