Elgg  Version 2.3
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)
 

Variable Documentation

◆ $attributes

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

Definition at line 14 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.