__('Create New Page', 'pages'), 'class' => 'btn btn-small')). Html::nbsp(3). Html::anchor(__('Edit 404 Page', 'pages'), 'index.php?id=pages&action=edit_page&name=error404', array('title' => __('Create New Page', 'pages'), 'class' => 'btn btn-small')) ); ?>

select('[slug="'.(string) $page['parent'].'"]', null); if ($page['parent'] !== '' && isset($expand['expand']) && $expand['expand'] == '1') { $visibility = 'style="display:none;"'; } else { $visibility = ''; } ?> rel="children_" >
select('[parent="'.(string) $page['slug'].'"]', 'all')) > 0) { if (isset($page['expand']) && $page['expand'] == '1') { echo '+'; } else { echo '-'; } } ?> '_blank', 'rel' => 'children_'.$_parent)); ?>
'btn btn-small')); ?> 'btn btn-actions btn-small btn-actions-default', 'onclick' => "return confirmDelete('".__("Delete page: :page", 'pages', array(':page' => Html::toText($page['title'])))."')")); ?>