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

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

Definition at line 14 of file title.php.

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

Definition at line 15 of file title.php.

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

Elgg title element.

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

Definition at line 9 of file title.php.

if(!empty($class))

Definition at line 16 of file title.php.