Small tweak to the default template.
[elgg.git] / content / terms.php
blob71c6cacda61bdb93731d08c10bfdedf2303a0ccf
1 <?php
3 // Run includes
4 require("../includes.php");
5 templates_page_setup();
7 // Draw page
8 echo templates_page_draw( array(
9 sprintf(gettext("%s Terms &amp; Conditions"),sitename),
10 templates_draw(array(
11 'contents' => run("content:terms"),
12 'name' => sprintf(gettext("%s Terms &amp; Conditions"),sitename),
13 'context' => 'infobox'