root/releases/0.301/content/terms.php

Revision 11, 401 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                     sitename . " Terms &amp; Conditions",
9                     run("templates:draw", array(
10                                                     'contents' => run("content:terms"),
11                                                     'name' => sitename . gettext(" Terms &amp; Conditions"),
12                                                     'context' => 'infobox'
13                                                 )
14                                                 )
15             )
16             );
17
18 ?>
Note: See TracBrowser for help on using the browser.