Elgg  Version master
Variables
iframe.php File Reference

Go to the source code of this file.

Variables

 $src = (string) elgg_extract('src', $vars)
 Display a page in an embedded window. More...
 
 $vars ['src'] = elgg_normalize_url($src)
 

Variable Documentation

◆ $src

$src = (string) elgg_extract('src', $vars)

Display a page in an embedded window.

@uses $vars['src'] Source URL of the page

Definition at line 8 of file iframe.php.

◆ $vars

$vars[ 'src'] = elgg_normalize_url($src)

Definition at line 10 of file iframe.php.