new file and folder icons
[elgg.git] / content / terms.php
blobc5d4705872f60c7decabcec8973cb0c9d2b648e3
1 <?php
3 // Run includes
4 require("../includes.php");
6 // Draw page
7 echo run("templates:draw:page", array(
8 sprintf(gettext("%s Terms &amp; Conditions"),sitename),
9 run("templates:draw", array(
10 'contents' => run("content:terms"),
11 'name' => sprintf(gettext("%s Terms &amp; Conditions"),sitename),
12 'context' => 'infobox'