Small tweak to the default template.
[elgg.git] / content / privacy.php
blobdcdb308ef577f5d1e4d301d9282280efbe6f68b6
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 Privacy Policy"),sitename),
10 templates_draw(array(
11 'contents' => run("content:privacy"),
12 'name' => sprintf(gettext("%s Privacy Policy"), sitename),
13 'context' => 'infobox'