Elgg  Version 1.9
default.php
Go to the documentation of this file.
1 <?php
11 header("Content-Type: application/json");
12 
13 echo $vars['body'];
14 
15 // backward compatibility
17 if (isset($jsonexport)) {
18  elgg_deprecated_notice("Using \$jsonexport to produce json output has been deprecated", 1.9);
19  echo json_encode($jsonexport);
20 }
elgg echo
Translates a string.
Definition: languages.js:43
elgg_deprecated_notice($msg, $dep_version, $backtrace_level=1)
Sends a notice about deprecated use of a function, view, etc.
Definition: elgglib.php:1171
elgg global
Pointer to the global context.
Definition: elgglib.js:12
if(!array_key_exists($size, $icon_sizes)) $vars['size']
Definition: default.php:23
global $jsonexport
Definition: default.php:13
clearfix elgg elgg elgg elgg page header
Definition: admin.php:127