new file and folder icons
[elgg.git] / content / run_your_own.php
blob46f07eda6494574f0983a3e36670339fea4d7afd
1 <?php
3 // Run includes
4 require("../includes.php");
6 // Draw page
7 echo run("templates:draw:page", array(
8 sprintf(gettext("Running Your Own %s"),sitename),
9 run("templates:draw", array(
10 'contents' => run("content:run_your_own"),
11 'name' => sprintf(gettext("Running Your Own %s"), sitename),
12 'context' => 'infobox'