@@ -32,12 +33,28 @@ if ($page['parent'] != '') { $dash = Html::arrow('right').' '; } else { $dash = ""; } ?> - | |||
+ select('[parent="'.(string)$page['slug'].'"]', 'all')) > 0) { + if (isset($page['expand']) && $page['expand'] == '1') { + echo '+'; + } else { + echo '-'; + } + } + ?> + | '_blank')); + echo $dash.Html::anchor(Html::toText($page['title']), $site_url.$parent.$page['slug'], array('target' => '_blank', 'rel' => 'children_'.$_parent)); ?> | @@ -68,6 +85,7 @@ |