Upload new themes (insert into elgg.sql and upgrade.sql) with associated images
[elgg.git] / index.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'