You are here

function drupalforfirebug_get_php_exec_area in Drupal For Firebug 5

Same name and namespace in other branches
  1. 6 drupalforfirebug.module \drupalforfirebug_get_php_exec_area()
  2. 7.2 drupalforfirebug.module \drupalforfirebug_get_php_exec_area()
  3. 7 drupalforfirebug.module \drupalforfirebug_get_php_exec_area()
1 call to drupalforfirebug_get_php_exec_area()
drupalforfirebug_footer in ./drupalforfirebug.module
Output Function to Return Hidden Div Containers in Footer

File

./drupalforfirebug.module, line 148

Code

function drupalforfirebug_get_php_exec_area() {
  $output .= '<iframe width=100% frameborder=0 height=100% style="margin-bottom:-3px;" src="' . url('/admin/firebug/exec', NULL, NULL, TRUE) . '"></iframe>';
  return $output;
}