ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
frontpage_federation.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
 
if(is_array($this->data['metaentries']['hosted']) &&count($this->data['metaentries']['hosted']) > 0) if (is_array( $this->data[ 'metaentries'][ 'remote']) &&count( $this->data[ 'metaentries'][ 'remote']) > 0)
 

Variable Documentation

◆ data

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

Definition at line 3 of file frontpage_federation.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>'

Definition at line 8 of file frontpage_federation.tpl.php.

◆ if

if (is_array( $this->data[ 'metaentries'][ 'hosted']) &&count( $this->data[ 'metaentries'][ 'hosted']) > 0) if(is_array($this->data['metaentries']['remote']) &&count($this->data['metaentries']['remote']) > 0)

Definition at line 43 of file frontpage_federation.tpl.php.