diff --git a/bl-kernel/user.class.php b/bl-kernel/user.class.php index c3c3e139..07b0962a 100644 --- a/bl-kernel/user.class.php +++ b/bl-kernel/user.class.php @@ -75,6 +75,10 @@ class User } } + public function authorUri() { + return DOMAIN_AUTHORS . $this->username(); + } + public function displayNameMode() { return $this->getValue('displayNameMode'); diff --git a/bl-themes/popeye/php/page.php b/bl-themes/popeye/php/page.php index bea31fc8..baeace17 100644 --- a/bl-themes/popeye/php/page.php +++ b/bl-themes/popeye/php/page.php @@ -8,13 +8,13 @@ isStatic() && !$url->notFound()) : ?>