Elgg  Version 1.9
creator.php
Go to the documentation of this file.
1 <?php
10 $owner = $vars['entity']->getOwnerEntity();
11 if ($owner) {
12  $owner_name = htmlspecialchars($owner->name, ENT_NOQUOTES, 'UTF-8');
13  echo "<dc:creator>$owner_name</dc:creator>";
14 }
$owner
Creator view.
Definition: creator.php:10
elgg echo
Translates a string.
Definition: languages.js:43
if(file_exists($welcome)) $vars
Definition: upgrade.php:93