root/releases/0.1.2a/home.php

Revision 7, 310 bytes (checked in by sven, 3 years ago)

snapshot of elgg 0.1.2a

Line 
1 <?php
2
3     require("includes.php");
4     
5     echo run("templates:draw:page", array(
6                     sitename,
7                     run("templates:draw", array(
8                                                     'contents' => run("content:mainindex"),
9                                                     'name' => "Main Index",
10                                                     'context' => 'infobox'
11                                                 )
12                                                 )
13             )
14             );
15             
16 ?>
Note: See TracBrowser for help on using the browser.