Elgg  Version 5.1
Variables
default.php File Reference

Go to the source code of this file.

Variables

 $annotation = elgg_extract('annotation', $vars)
 Elgg default annotation view. More...
 
 if (!$annotation instanceof ElggAnnotation)
 

Variable Documentation

$annotation = elgg_extract('annotation', $vars)

Elgg default annotation view.

Note
To add or remove from the annotation menu, register handlers for the menu:annotation hook.

$vars['annotation'] ElggAnnotation

Definition at line 10 of file default.php.

if(!$annotation instanceof ElggAnnotation)

Definition at line 11 of file default.php.