clipbucket/upload/styles/cbv3/template_functions.php
2012-05-05 14:41:49 +00:00

16 lines
No EOL
286 B
PHP

<?php
/**
* widget callback function to display user box..
*/
function displayUserBox($widget)
{
return Fetch('widgets/user-box.html');
}
function displayUserBoxAdmin($widget)
{
return Fetch('/layout/widgets/user-box-admin.html',FRONT_TEMPLATEDIR);
}
?>