2018-04-02 08:29:19 +02:00
< ? php if (
$this -> getData ([ 'theme' , 'header' , 'position' ]) === 'hide'
OR $this -> getData ([ 'theme' , 'menu' , 'position' ]) === 'hide'
OR $this -> getData ([ 'theme' , 'footer' , 'position' ]) === 'hide'
) : ?>
< ? php echo template :: speech ( 'Cliquez sur une zone afin d\'accéder à ses options de personnalisation. Vous pouvez également afficher les zones cachées à l\'aide du bouton ci-dessous.' ); ?>
< div class = " row " >
2018-12-30 19:02:31 +01:00
< div class = " col3 " >
2018-04-02 08:29:19 +02:00
< ? php echo template :: button ( 'themeBack' , [
'class' => 'buttonGrey' ,
'href' => helper :: baseUrl ( false ),
'ico' => 'home' ,
'value' => 'Accueil'
]); ?>
</ div >
2018-12-30 19:02:31 +01:00
< div class = " col3 " >
2018-12-25 16:24:20 +01:00
< ? php echo template :: button ( 'themeManage' , [
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/manage' ,
'ico' => 'download' ,
2018-12-30 19:02:31 +01:00
'value' => 'Gestion des thèmes'
2018-12-25 16:24:20 +01:00
]); ?>
</ div >
2018-12-30 19:02:31 +01:00
< div class = " col3 " >
2018-04-02 08:29:19 +02:00
< ? php echo template :: button ( 'themeAdvanced' , [
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/advanced' ,
'value' => 'Mode avancé' ,
'ico' => 'code'
]); ?>
</ div >
2018-12-30 19:02:31 +01:00
< div class = " col3 " >
2018-04-02 08:29:19 +02:00
< ? php echo template :: button ( 'themeShowAll' , [
'ico' => 'eye' ,
'value' => 'Zones cachées'
]); ?>
</ div >
</ div >
< ? php else : ?>
< ? php echo template :: speech ( 'Cliquez sur une zone afin d\'accéder à ses options de personnalisation.' ); ?>
< div class = " row " >
2018-12-30 19:02:31 +01:00
< div class = " col3 offset2 " >
2018-04-02 08:29:19 +02:00
< ? php echo template :: button ( 'themeBack' , [
'class' => 'buttonGrey' ,
'href' => helper :: baseUrl ( false ),
'ico' => 'home' ,
'value' => 'Accueil'
]); ?>
</ div >
2018-12-30 19:02:31 +01:00
< div class = " col3 " >
2018-12-25 16:24:20 +01:00
< ? php echo template :: button ( 'themeManage' , [
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/manage' ,
'ico' => 'download' ,
2018-12-30 19:02:31 +01:00
'value' => 'Gestion des thèmes'
2018-12-25 16:24:20 +01:00
]); ?>
</ div >
2018-12-30 19:02:31 +01:00
< div class = " col3 " >
2018-04-02 08:29:19 +02:00
< ? php echo template :: button ( 'themeAdvanced' , [
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/advanced' ,
'value' => 'Mode avancé' ,
'ico' => 'code'
]); ?>
</ div >
</ div >
< ? php endif ; ?>