I w tym kodzie nie działa przycisk Załóż konto przekierowanie do rejestarcji
CODE
<?php echo $this->render('header.phtml'); ?>
<tr>
<td background="<?php echo $this->baseUrl; ?>/public/img/biało_czarno_czerwony_17.gif" width="11" height="20"></td>
<td background="<?php echo $this->baseUrl; ?>/public/img/biało_czarno_czerwony_57.gif" colspan="2" width="208" height="20" class="tytyl_ramka">Logowanie </td>
</tr>
<tr>
<td background="<?php echo $this->baseUrl; ?>/public/img/biało_czarno_czerwony_59.gif" width="219" colspan="3"><table width="219">
<tr>
<td scope="col" class="pod_tytul_ramka"><img src="<?php echo $this->baseUrl; ?>/public/img/biało_czarno_czerwony_63.gif" width="8" height="8"> Logowanie </td>
</tr>
<tr>
<td><img src="<?php echo $this->baseUrl; ?>/public/img/biało_czarno_czerwony_62.gif" width="211" height="1" alt=""></td>
</tr>
<tr>
<?php if(!empty($this->message)) :?>
<?php echo $this->escape($this->message);?>
</div>
<?php endif; ?>
<form action="<?php echo $this->baseUrl ?>/auth/login" method="post">
<td class="tekst_ramka">
<center>
<table>
<tr><div id="message">
<td align="right">
Login
</td>
<td align="left">
<input type="text" name="username">
</td>
</tr>
<tr>
<td align="right">
Hasło
</td>
<td align="left">
<input type="password" name="password" value=""/>
</td>
</tr>
<tr>
<td align="right">
</td>
<td align="left">
<input type="submit" value="Zaloguj" name="Zaloguj">
</td>
</tr>
</table>
</center>
</td>
</tr>
<tr>
<td scope="col" class="pod_tytul_ramka"><img src="<?php echo $this->baseUrl; ?>/public/img/biało_czarno_czerwony_63.gif" width="8" height="8"> Dałącz do nas </td>
</tr>
<tr>
<td><img src="<?php echo $this->baseUrl; ?>/public/img/biało_czarno_czerwony_62.gif" width="211" height="1" alt=""></td>
</tr>
<tr>
<td width="150" colspan="2" class="marg">
<center><!--a href="rejestracja">Załóż konto</a-->
<a href="<?php echo $this->baseUrl; ?>/auth/rejestracja">Załóż konto</a>
<br>
</tr>
<tr>
<td class="tekst_ramka">
</table>
</td>
</tr>
<tr>
<td colspan="3"><img src="<?php echo $this->baseUrl; ?>/public/img/biało_czarno_czerwony_20.gif" width="221" height="1" alt=""></td>
</tr>
<tr>
<td background="<?php echo $this->baseUrl; ?>/public/img/Odstęp.gif" width="219" height="11" colspan="3"></td>
</tr>
<?php echo $this->render('footer.phtml'); ?>