From a764d6f1772b780ec3e16dee7b57a14de13a6cfa Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Thu, 1 Feb 2018 23:07:31 +0100 Subject: [PATCH] Social networks --- bl-kernel/page.class.php | 4 ++-- bl-themes/blogx/php/page.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bl-kernel/page.class.php b/bl-kernel/page.class.php index 2c00e5c3..55661e6f 100644 --- a/bl-kernel/page.class.php +++ b/bl-kernel/page.class.php @@ -381,8 +381,8 @@ class Page { return ($this->getValue('status')=='sticky'); } - // (boolean) Returns TRUE if the page is sticky, FALSE otherwise - public function isStatic() + // (boolean) Returns TRUE if the page is static, FALSE otherwise + public function static() { return ($this->getValue('status')=='static'); } diff --git a/bl-themes/blogx/php/page.php b/bl-themes/blogx/php/page.php index 24691076..08972c8a 100644 --- a/bl-themes/blogx/php/page.php +++ b/bl-themes/blogx/php/page.php @@ -12,7 +12,7 @@

title(); ?>

- isStatic()): ?> + static()): ?>
date(); ?>