infos.ctp 181 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 <div class="index"> <h2> <i class="icon-wrench"></i> INFORMATIONS SYSTEME </h2> <?php phpinfo(); ?> </div> <div class="actions"> <?php echo $this->element('menu') ?> </div>