<?php $output = "<pre>".print_r($session, true)."</pre>"; $smarty->assign("title", "Debug"); $smarty->assign("body", $output); ?>