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

◆ $tag

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

Definition at line 15 of file title.php.

◆ $title

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

Elgg title element.

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

Definition at line 10 of file title.php.