Blame view

src/Template/Pages/home.ctp 155 Bytes
63c3cb16   epallier   Nombreux petits b...
1
<?php
4260780b   Alexandre   Migration vue, co...
2

63c3cb16   epallier   Nombreux petits b...
3
// if (Configure::read('debug')) {
9be43b8a   Alexandre   #3523 Implémentai...
4
if ($configuration->mode_install) {
63c3cb16   epallier   Nombreux petits b...
5
6
7
    include ("home_install.ctp");
} else {
    include ("home_app.ctp");
4260780b   Alexandre   Migration vue, co...
8
9
}
?>