openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 929970d95fce3195f3bfc68fca6b341c24864685
parent 4b2a9d297e73468e472ff4f4674c7aa9b8113f60
Author: dankert <devnull@localhost>
Date:   Wed, 24 Nov 2004 23:33:52 +0100

form-tag

Diffstat:
themes/default/pages/html/login.tpl.php | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/themes/default/pages/html/login.tpl.php b/themes/default/pages/html/login.tpl.php @@ -5,9 +5,7 @@ <center> -<form name="login" action="<?php echo $self ?>" method="post" target="_top"> -<input type="hidden" name="action" value="index"> -<input type="hidden" name="subaction" value="login"> +<?php echo Html::form( array('name'=>'login','action'=>'index','subaction'=>'login','target'=>'_top') ) ?> <table class="main" width="400" cellspacing="0" cellpadding="4">