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(); ?>