diff --git a/bl-kernel/functions.php b/bl-kernel/functions.php index e91db9b0..b19c48e0 100644 --- a/bl-kernel/functions.php +++ b/bl-kernel/functions.php @@ -741,7 +741,6 @@ function buildErrorPage() { $pageNotFound = New Page(false); $pageNotFound->setField('title', $L->get('page-not-found')); $pageNotFound->setField('content', $L->get('page-not-found-content')); - $pageNotFound->setField('username', 'admin'); } return $pageNotFound; diff --git a/bl-themes/blogx/php/home.php b/bl-themes/blogx/php/home.php index 6f7b5adb..447d997a 100644 --- a/bl-themes/blogx/php/home.php +++ b/bl-themes/blogx/php/home.php @@ -18,7 +18,7 @@ -
+
date(); ?> get('Reading time') . ': ' . $page->readingTime(); ?>
diff --git a/bl-themes/blogx/php/page.php b/bl-themes/blogx/php/page.php index 1d586bda..73de0e6d 100644 --- a/bl-themes/blogx/php/page.php +++ b/bl-themes/blogx/php/page.php @@ -12,7 +12,7 @@ isStatic() && !$url->notFound()): ?> -
+
date(); ?> get('Reading time') . ': ' . $page->readingTime(); ?>
diff --git a/bl-themes/popeye/php/page.php b/bl-themes/popeye/php/page.php index 1fa5a819..b98f6433 100644 --- a/bl-themes/popeye/php/page.php +++ b/bl-themes/popeye/php/page.php @@ -5,6 +5,7 @@ + isStatic() && !$url->notFound()): ?>
date() ?> @@ -15,6 +16,7 @@ user('nickname') ?>
+

title(); ?>