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