Smutty

MVC Framework

View Code: function.form_end

Browse: All · Classes · Plugins

1
<?php
2
3
function smutty_function_form_end( $params, $smarty ) {
4
5
return '</form>';
6
7
}
8
9
function smarty_function_form_end( $params, $smarty ) {
10
echo smutty_function_form_end( $params, $smarty );
11
}
12
?>

The code shown here is the code that is currently running this site. If you want to view the latest SVN version of the code then go to the Subversion repository.