Fixing a small css issue in the user class.
[elgg.git] / _invite / forgotten_password.php
blob07570e0dd67fc619361134c77586432e94b2f7fc
1 <?php
3 // ELGG generate-a-new-password page
5 // Run includes
6 define("context","external");
7 require_once(dirname(dirname(__FILE__))."/includes.php");
9 run("profile:init");
10 run("invite:init");
12 templates_page_setup();
14 $title = __gettext("Generate a New Password");
16 $body = run("invite:password:request");
18 $body = templates_draw(array(
19 'context' => 'contentholder',
20 'title' => $title,
21 'body' => $body
25 echo templates_page_draw( array(
26 $title, $body, '&nbsp;'