From: Duck (Jakob Munih) Date: Sun, 22 Feb 2009 21:10:01 +0000 (+0100) Subject: Fix current tab renderer X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1bd30b72a789a5886d0a02b15e2f672b0dbbb80e;p=horde.git Fix current tab renderer --- 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');