Function __global->get_template_contents

Definitions

sources/zones3.php

  • Read the contents of a template file.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$name string required parameter N/A N/A The name of the template (based on the filename) (blank: explicit no template)

Return

  • The contents of the file (blank if it does not exist)
  • Type: string
  • Set: N/A
  • Range: N/A