Function __global->attach_to_screen_footer

Definitions

sources/global3.php

  • Attach some HTML to the screen footer.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$data mixed No No required parameter N/A N/A HTML to attach, provided in HTML format (string or Tempcode)

Preview

Code (PHP)

/**
 * Attach some HTML to the screen footer.
 *
 * @param  mixed $data HTML to attach, provided in HTML format (string or Tempcode)
 */

function attach_to_screen_footer($data)