Elgg  Version 1.11
title.php
Go to the documentation of this file.
1 <?php
9 if (!isset($vars['title'])) {
10  return;
11 }
12 
13 $class= '';
14 if (isset($vars['class'])) {
15  $class = " class=\"{$vars['class']}\"";
16 }
17 
18 echo "<h2{$class}>{$vars['title']}</h2>";
if(!isset($vars['title'])) $class
Elgg title element.
Definition: title.php:13
elgg echo
Translates a string.
Definition: languages.js:43
if(file_exists($welcome)) $vars
Definition: upgrade.php:93