diff --git a/plugins/box/pages/views/backend/index.view.php b/plugins/box/pages/views/backend/index.view.php index 4147750..bec2c93 100755 --- a/plugins/box/pages/views/backend/index.view.php +++ b/plugins/box/pages/views/backend/index.view.php @@ -59,7 +59,7 @@ $_parent = (trim($page['parent']) == '') ? '' : $page['parent']; $parent = (trim($page['parent']) == '') ? '' : $page['parent'].'/'; echo (trim($page['parent']) == '') ? '' : ' '; - echo $dash.Html::anchor(Html::toText($page['title']), $site_url.$parent.$page['slug'], array('target' => '_blank', 'rel' => 'children_'.$_parent)); + echo $dash.Html::anchor(Html::toText($page['title']), $site_url.'/'.$parent.$page['slug'], array('target' => '_blank', 'rel' => 'children_'.$_parent)); ?>