diff --git a/bl-kernel/admin/controllers/pages.php b/bl-kernel/admin/controllers/pages.php
index 7cbcb013..9c3d6ac6 100644
--- a/bl-kernel/admin/controllers/pages.php
+++ b/bl-kernel/admin/controllers/pages.php
@@ -36,7 +36,7 @@ $drafts = $dbPages->getDraftDB();
$scheduled = $dbPages->getScheduledDB();
-$fixed = $dbPages->getFixedDB();
+$static = $dbPages->getStaticDB();
// Title of the page
$layout['title'] .= ' - '.$Language->g('Manage Content');
\ No newline at end of file
diff --git a/bl-kernel/admin/themes/default/index.php b/bl-kernel/admin/themes/default/index.php
index 6bdf293b..486eba75 100644
--- a/bl-kernel/admin/themes/default/index.php
+++ b/bl-kernel/admin/themes/default/index.php
@@ -58,8 +58,8 @@ $(document).ready(function() {
- p('Dashboard') ?>
- - p('New content') ?>
- - p('Manage content') ?>
+ - p('New page') ?>
+ - p('Manage pages') ?>
role() == 'admin') { ?>
- p('Manage categories') ?>
- p('Manage users') ?>
@@ -103,12 +103,12 @@ $(document).ready(function() {
- >
- p('New content') ?>
+ p('New page') ?>
- >
- p('Content') ?>
+ p('Pages') ?>
- >
p('Categories') ?>
diff --git a/bl-kernel/admin/views/dashboard.php b/bl-kernel/admin/views/dashboard.php
index 4d100aae..0bfb0673 100644
--- a/bl-kernel/admin/views/dashboard.php
+++ b/bl-kernel/admin/views/dashboard.php
@@ -4,13 +4,13 @@
-
+
p('Create a new page for your site') ?>
-
-
p('Edit or delete content from your site') ?>
+
+
p('Edit or delete pages from your site') ?>
@@ -19,7 +19,7 @@
-
p('Create a new category to organize your content') ?>
+
p('Create a new category to organize your pages') ?>
diff --git a/bl-kernel/admin/views/edit-page.php b/bl-kernel/admin/views/edit-page.php
index 3b627e4d..f1445ff1 100644
--- a/bl-kernel/admin/views/edit-page.php
+++ b/bl-kernel/admin/views/edit-page.php
@@ -1,6 +1,6 @@
$L->g('Edit content'), 'icon'=>'file-text-o'));
+HTML::title(array('title'=>$L->g('Edit page'), 'icon'=>'file-text-o'));
HTML::formOpen(array('class'=>'uk-form-stacked'));
@@ -142,7 +142,7 @@ echo '