Function __global->_load_mini_code

Definitions

sources/zones.php

  • Runs the specified mini-module/mini-block (actually, any simply-written PHP code).The returned/output result is returned, in Tempcode form.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$string PATH required parameter N/A N/A The relative path to the code file
$map array [] N/A N/A The block parameters

Return

  • The result of executing the code
  • Type: Tempcode
  • Set: N/A
  • Range: N/A