root/releases/0.1.1b/content/terms.php

Revision 2, 392 bytes (checked in by sven, 3 years ago)

importing elgg-0.1.1a

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