/**
  * psu_debug
  * 
  * Interface to PSUTools::dbug()
  */
 function psu_dbug($params, $tpl)
 {
     return PSUTools::get_dbug($params['var']);
 }