Function __global->inform_screen

Definitions

sources/templates.php

  • Get the Tempcode for an info page.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$title Tempcode required parameter N/A N/A The title of the info page
$text mixed required parameter N/A N/A The text to put on the info page, provided in plain-text format or as HTML via do_lang_tempcode/protect_from_escaping (string or Tempcode)
$support_match_key_messages boolean False N/A N/A Whether match key messages / redirects should be supported
$back_url ?Tempcode Null N/A N/A URL to have back button to (null: none)
$fields ?Tempcode Null N/A N/A Fields to carry with on back button (null: none)

Return

  • The info page
  • Type: Tempcode
  • Set: N/A
  • Range: N/A