root/releases/0.9rc1/index.php

Revision 1378, 268 bytes (checked in by rho, 9 months ago)

commited #194 also completes #124

Signed-off: Rolando Espinoza La fuente <rho@prosoftpeople.com>

  • Property svn:eol-style set to native
Line 
1 <?php
2
3     global $CFG;
4
5     require_once(dirname(__FILE__)."/includes.php");
6
7     $context = isloggedin() ? 'frontpage_loggedin' : 'frontpage_loggedout';
8     $title = $CFG->sitename;
9  
10     templates_page_setup();
11     templates_page_output($title, null, $context);
12
13 ?>
Note: See TracBrowser for help on using the browser.