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