root/releases/0.301/content/about.php

Revision 11, 370 bytes (checked in by sven, 3 years ago)

snapshot of elgg 0.301

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