diff options
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php index 3b637e7f8..91fbc555c 100644 --- a/comments.php +++ b/comments.php @@ -265,7 +265,7 @@ $navbar = create_navigation_bar($url, $page['items_number'], ''); -$template->assign('NAVBAR', $navbar); +$template->assign('navbar', $navbar); // +-----------------------------------------------------------------------+ // | last comments display | |