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