<?php
/*
*
*/
?>
<div class="box">
if (Configure::read('debug') > 0):
echo $this->element('exception_stack_trace');
endif;
echo $name;
</div>