63 $node =
new TreeNode(
"siteMapPage_{$l_page->site_map_id}",
64 $l_page->url,
null,
false,
"tree_node_closed",
65 "tree_node_open",
"site_map_form?site_map_id={$l_page->site_map_id}&parent_site_map_id={$parent->site_map_id}");
66 $node->leafStyle =
"file_node_leaf";
68 'parent' =>
$parent->site_map_id,
84 if (!$display[
'parent'])
90 $parentNode =
$displays[ $display[
'parent'] ][
'node'];
91 $parentNode->add($display[
'node']);
98 echo
"<h3>The Site Hierarchy maps the location of pages within the site.</h3>\n";
102 echo
"<p><a class='button' href='/action/site_map/scan'> Scan for Page Updates </a></p>\n";
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).