Change an h5 to h4
[elgg.git] / home.php
blobdb3412c6806998ebd799d4a622505fd77cd46c71
1 <?php
3 require("includes.php");
5 if (logged_on) {
6 $body = run("content:mainindex");
7 } else {
8 $body = run("content:mainindex:loggedout");
11 echo run("templates:draw:page", array(
12 sitename,
13 run("templates:draw", array(
14 'body' => $body,
15 'title' => gettext("Main Index"),
16 'context' => 'contentholder'