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

Go to the source code of this file.

Variables

$this data ['htmlinject']
 Support the htmlinject hook, which allows modules to change header, pre and post body on all pages. More...
 
 $jquery = array()
 
if(array_key_exists('header', $this->data)) else
 
if(!empty($jquery)) if(isset($this->data['clipboard.js'])) if(!empty($this->data['htmlinject']['htmlContentHead'])) if($this->isLanguageRTL()) if(array_key_exists('head', $this->data)) $onLoad = ''
 
if(array_key_exists('autofocus', $this->data)) if(isset($this->data['onLoad'])) if ( $onLoad !=='')
 
 $includeLanguageBar = TRUE
 

Variable Documentation

◆ $includeLanguageBar

$includeLanguageBar = TRUE

Definition at line 136 of file header.php.

◆ $jquery

$jquery = array()

Definition at line 15 of file header.php.

◆ $onLoad

if (!empty( $jquery)) if (isset( $this->data[ 'clipboard.js'])) if (!empty( $this->data[ 'htmlinject'][ 'htmlContentHead'])) if ( $this->isLanguageRTL()) if (array_key_exists( 'head', $this->data)) $onLoad = ''

Definition at line 111 of file header.php.

◆ data

$this data[ 'htmlinject']
Initial value:
'htmlContentPre' => array(),
'htmlContentPost' => array(),
'htmlContentHead' => array(),
)
Create styles array
The data for the language used.

Support the htmlinject hook, which allows modules to change header, pre and post body on all pages.

Definition at line 8 of file header.php.

◆ else

if (array_key_exists( 'header', $this->data)) else
Initial value:
{
echo 'SimpleSAMLphp'

Definition at line 51 of file header.php.

◆ if

if (array_key_exists( 'autofocus', $this->data)) if (isset( $this->data[ 'onLoad'])) if($onLoad !=='')

Definition at line 119 of file header.php.