openrat-cms

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

commit 3bec1fad7808d63cbf84b878d7b2c160b2a08859
parent b95d29d3028d257e0976b588d7388385d6c4d2f9
Author: dankert <devnull@localhost>
Date:   Tue, 28 Dec 2004 00:34:07 +0100

Verwenden Html::form

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

diff --git a/themes/default/pages/html/template/list.tpl.php b/themes/default/pages/html/template/list.tpl.php @@ -3,9 +3,7 @@ <!-- $Id$ --> <center> -<form action="<?php echo $self ?>" method="post" target="_self"> -<input type="hidden" name="action" value="template"> -<input type="hidden" name="subaction" value="add"> +<?php echo Html::form('template','add') ?> <table class="main" width="50%" cellspacing="0" cellpadding="4">