Fix current tab renderer
authorDuck (Jakob Munih) <duck@obala.net>
Sun, 22 Feb 2009 21:10:01 +0000 (22:10 +0100)
committerDuck (Jakob Munih) <duck@obala.net>
Sun, 22 Feb 2009 21:10:01 +0000 (22:10 +0100)
folks/templates/login/login.php
folks/templates/login/signup.php

index 288c7f2..8442d00 100644 (file)
@@ -1,4 +1,4 @@
-<?php 
+<?php
 
-echo $tabs->render('login');
+echo $tabs->render();
 $form->renderActive(null, null, null, 'post');
\ No newline at end of file
index 282f54d..f5c00fb 100644 (file)
@@ -1,4 +1,4 @@
-<?php 
+<?php
 
-echo $tabs->render('signup');
+echo $tabs->render();
 $form->renderActive(null, null, null, 'post');