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