CMS  Version 3.9
page.inc File Reference

Go to the source code of this file.

Variables

 $src = $_GET["src"]
 
 $page = $_GET["page"]
 
 $component = Fakoli::getComponent($src)
 
 $helpDir = $component->component_path . DIRECTORY_SEPARATOR . "help"
 
if(! $page$path = $helpDir . DIRECTORY_SEPARATOR . $page . ".inc"
 
 $out = ob_get_contents()
 

Variable Documentation

◆ $component

$component = Fakoli::getComponent($src)

Definition at line 40 of file page.inc.

◆ $helpDir

$helpDir = $component->component_path . DIRECTORY_SEPARATOR . "help"

Definition at line 44 of file page.inc.

◆ $out

$out = ob_get_contents()

Definition at line 66 of file page.inc.

◆ $page

$page = $_GET["page"]

Definition at line 38 of file page.inc.

◆ $path

if (! $page) $path = $helpDir . DIRECTORY_SEPARATOR . $page . ".inc"

Definition at line 57 of file page.inc.

◆ $src

$src = $_GET["src"]

Definition at line 37 of file page.inc.