Smutty

MVC Framework

View Code: function.url

Browse: All · Classes · Plugins

1
<?php
2
3
function smutty_function_url( $params ) {
4
5
return Smutty_Utils::getUrl( $params );
6
7
}
8
9
function smarty_function_url( $params ) {
10
echo smutty_function_url( $params );
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.