diff --git a/bl-kernel/page.class.php b/bl-kernel/page.class.php index fd3e4a2c..e5b5ac30 100644 --- a/bl-kernel/page.class.php +++ b/bl-kernel/page.class.php @@ -382,7 +382,7 @@ class Page { } // (boolean) Returns TRUE if the page is static, FALSE otherwise - public function static() + public function isStatic() { return ($this->getValue('status')=='static'); } diff --git a/bl-themes/blogx/php/page.php b/bl-themes/blogx/php/page.php index dbc1776b..b0d6959b 100644 --- a/bl-themes/blogx/php/page.php +++ b/bl-themes/blogx/php/page.php @@ -12,7 +12,7 @@