Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
core
avatar
crop.php
Go to the documentation of this file.
1
<?php
8
?>
9
<
div
id
=
"avatar-croppingtool"
class
=
"mtl ptm"
>
10
<
label
><?php
echo
elgg_echo
(
'avatar:crop:title'
); ?></
label
>
11
<br />
12
<
p
>
13
<?php
echo
elgg_echo
(
"avatar:create:instructions"
); ?>
14
</
p
>
15
<?php
echo
elgg_view_form
(
'avatar/crop'
, array(),
$vars
); ?>
16
</
div
>
elgg_echo
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition:
languages.php:21
elgg_view_form
elgg_view_form($action, $form_vars=array(), $body_vars=array())
Definition:
views.php:1345
$vars
$vars['entity']
Definition:
plugin_settings.php:15
label
label
Definition:
admin.css.php:464
div
fieldset div
Definition:
admin.css.php:485
echo
elgg echo
Translates a string.
Definition:
languages.js:48
p
p
Definition:
admin.css.php:118
Generated on Sat Dec 21 2024 00:01:03 for Elgg by
1.8.11