![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$src = $_GET["src"] | |
$page = $_GET["page"] | |
$components = Query::create(Component, "WHERE enabled=1 ORDER BY name")->execute() | |
$helpTree = new TreeControl("help_tree") | |
$helpTree | scroll = false |
$helpTree | width = "100%" |
$helpTree | style = "help_tree" |
foreach($components as $component) | $script = $helpTree->writeScript() |
foreach ( $components as $component) $script = $helpTree->writeScript() |