fix #120, empty set in where sql statement when isn't posts marked interesting
[elgg.git] / content / terms.php
blob8da06c477e0174962b24d1beaf127eb02fb5b023
1 <?php
3 // Run includes
4 define("context","external");
5 require_once(dirname(dirname(__FILE__))."/includes.php");
6 templates_page_setup();
8 // Draw page
9 echo templates_page_draw( array(
10 sprintf(__gettext("%s Terms &amp; Conditions"),sitename),
11 templates_draw(array(
12 'body' => run("content:terms"),
13 'name' => sprintf(__gettext("%s Terms &amp; Conditions"),sitename),
14 'context' => 'contentholder'