root/releases/0.301/help/profile_help.php

Revision 10, 403 bytes (checked in by sven, 3 years ago)

importing elgg-0.301

Line 
1 <?php
2     
3     // Run includes
4         require("../includes.php");
5
6 define("context", "profile");
7
8
9 // Draw page
10         echo run("templates:draw:page", array(
11                     "Profile help",
12                     run("templates:draw", array(
13                                                     'body' => run("help:profile"),
14                                                     'title' => gettext("'Your Profile' help"),
15                                                     'context' => 'contentholder'
16                                                 )
17                                                 )
18             )
19             );
20         
21 ?>
Note: See TracBrowser for help on using the browser.