corrected footer call

This commit is contained in:
skeeter 2001-01-07 17:25:25 +00:00
parent 7a907ae0d6
commit 504c71d323
7 changed files with 11 additions and 13 deletions

View File

@ -84,7 +84,6 @@
$phpgw->template->pparse("out","list");
$phpgw->common->phpgw_footer();
account_close();
$phpgw->common->phpgw_footer();
?>

View File

@ -80,7 +80,7 @@
</tr>
</table>
</center>
<?php
<?php
$phpgw->common->phpgw_footer();
}

View File

@ -45,6 +45,6 @@
</tr>
</table>
</center>
<?php
$phpgw->common->phpgw_footer();
?>
<?php
$phpgw->common->phpgw_footer();
?>

View File

@ -105,6 +105,6 @@
</tr>
</table>
</center>
<?php
<?php
$phpgw->common->phpgw_footer();
?>

View File

@ -65,7 +65,5 @@ if ( $SHOW_INFO > 0 ) {
else {
echo "<p><a href=\"".$phpgw->link($PHP_SELF, "SHOW_INFO=1")."\">PHP Information</a>";
}
?>
<?php
$phpgw->common->phpgw_footer();
?>

View File

@ -46,6 +46,7 @@
</tr>
</table>
</center>
<?
<?php
$phpgw->common->phpgw_footer();
}
?>

View File

@ -93,5 +93,5 @@
}
$phpgw->template->set_var("error_message",$message);
$phpgw->template->pparse("out","form");
?>
$phpgw->common->phpgw_footer();
?>