Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
core
walled_garden
lost_password.php
Go to the documentation of this file.
1
<?php
6
$title
=
elgg_echo
(
'user:password:lost'
);
7
$body
=
elgg_view_form
(
'user/requestnewpassword'
);
8
echo
<<<HTML
9
<
div
class
=
"elgg-inner"
>
10
<
h3
>
$title
</
h3
>
11
$body
12
</
div
>
13
HTML;
div
fieldset div
Definition:
admin.php:470
$body
$body
Definition:
lost_password.php:7
elgg_echo
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition:
languages.php:21
echo
elgg echo
Translates a string.
Definition:
languages.js:43
$title
$title
Walled garden lost password.
Definition:
lost_password.php:6
elgg_view_form
elgg_view_form($action, $form_vars=array(), $body_vars=array())
Definition:
views.php:1313
h3
h3
Definition:
admin.php:85
Generated on Sat Dec 21 2024 00:00:50 for Elgg by
1.8.11