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

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

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