Elgg  Version 1.12
Variables
title.php File Reference

Go to the source code of this file.

Variables

 $title = elgg_extract('title', $vars)
 Elgg title element. More...
 
if(!is_string($title)|| $title==='') $attributes = []
 
 $class = elgg_extract('class', $vars)
 
 if (!empty( $class))
 

Variable Documentation

◆ $attributes

if (!is_string( $title)||$title==='') $attributes = []

Definition at line 14 of file title.php.

◆ $class

$class = elgg_extract('class', $vars)

Definition at line 15 of file title.php.

◆ $title

$title = elgg_extract('title', $vars)

Elgg title element.

@uses $vars['title'] The page title @uses $vars['class'] Optional class for heading

Definition at line 9 of file title.php.

◆ if

if(!empty($class)) ( empty $class)

Definition at line 16 of file title.php.