fix #120, empty set in where sql statement when isn't posts marked interesting
[elgg.git] / content / run_your_own.php
blob35b979c3b4197f351e845851e2417a0138bd877b
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("Running Your Own %s"),sitename),
11 templates_draw(array(
12 'body' => run("content:run_your_own"),
13 'name' => sprintf(__gettext("Running Your Own %s"), sitename),
14 'context' => 'contentholder'