Created a new folder in _templates to house site icons. Put the new RSS standard...
[elgg.git] / help / network_help.php
bloba1467786bf8e66a1a5323b711bd45a89d8db3b49
1 <?php
3 // Run includes
4 require_once(dirname(dirname(__FILE__))."/includes.php");
6 define("context", "network");
7 templates_page_setup();
8 // Draw page
9 echo templates_page_draw( array(
10 "Network help ",
11 templates_draw(array(
12 'body' => run("help:network"),
13 'title' => gettext("'Your Network' help"),
14 'context' => 'contentholder'