Smutty

MVC Framework

View Code: function.tabpage_end

Browse: All · Classes · Plugins

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

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.