From 1bd30b72a789a5886d0a02b15e2f672b0dbbb80e Mon Sep 17 00:00:00 2001 From: "Duck (Jakob Munih)" Date: Sun, 22 Feb 2009 22:10:01 +0100 Subject: [PATCH] Fix current tab renderer --- folks/templates/login/login.php | 4 ++-- folks/templates/login/signup.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/folks/templates/login/login.php b/folks/templates/login/login.php index 288c7f246..8442d0093 100644 --- a/folks/templates/login/login.php +++ b/folks/templates/login/login.php @@ -1,4 +1,4 @@ -render('login'); +echo $tabs->render(); $form->renderActive(null, null, null, 'post'); \ No newline at end of file diff --git a/folks/templates/login/signup.php b/folks/templates/login/signup.php index 282f54db0..f5c00fb73 100644 --- a/folks/templates/login/signup.php +++ b/folks/templates/login/signup.php @@ -1,4 +1,4 @@ -render('signup'); +echo $tabs->render(); $form->renderActive(null, null, null, 'post'); -- 2.11.0