Elgg  Version master
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=== '') $tag = (string) elgg_extract('tag', $vars, 'h1', false)
 

Variable Documentation

if (!is_string($title)||$title=== '') $tag = (string) elgg_extract('tag', $vars, 'h1', false)

Definition at line 15 of file title.php.

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

Elgg title element.

$vars['tag'] The tag name to wrap the title (default: h1) $vars['title'] The page title $vars['class'] Optional class for heading

Definition at line 10 of file title.php.