Elgg  Version 1.9
metadata.php
Go to the documentation of this file.
1 <?php
11 $m = $vars['metadata'];
12 $e = get_entity($m->entity_guid);
13 ?>
14 <p class="margin-none"><?php if ($e) echo "<a href=\"" . $e->getURL() . "\">GUID:{$m->entity_guid}</a>"; else echo "GUID:".$m->entity_guid;
15 ?>: <b><?php echo $m->name; ?></b> <?php echo $m->value; ?></p>
$m
Definition: metadata.php:11
p
Definition: admin.php:118
$e
Definition: metadata.php:12
b
Definition: admin.php:56
elgg echo
Translates a string.
Definition: languages.js:43
get_entity($guid)
Loads and returns an entity object from a guid.
Definition: entities.php:604
if(file_exists($welcome)) $vars
Definition: upgrade.php:93