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 " >
2020-09-27 12:41:13 +02:00
< div class = " col3 offset3 " >
2018-04-02 08:29:19 +02:00
< ? php echo template :: button ( 'themeBack' , [
'class' => 'buttonGrey' ,
'href' => helper :: baseUrl ( false ),
'ico' => 'home' ,
'value' => 'Accueil'
]); ?>
</ div >
2020-05-29 17:32:57 +02:00
< div class = " col3 " >
< ? php echo template :: button ( 'themeAdmin' , [
'ico' => 'brush' ,
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/admin' ,
'value' => 'Administration'
]); ?>
</ div >
2020-09-27 12:41:13 +02:00
</ div >
< div class = " row " >
2020-11-03 15:34:57 +01:00
< div class = " col3 offset3 " >
2020-05-29 17:32:57 +02:00
< ? php echo template :: button ( 'themeManage' , [
2020-11-03 17:27:32 +01:00
'ico' => 'cogs' ,
2018-12-25 16:24:20 +01:00
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/manage' ,
2020-06-02 12:03:45 +02:00
'value' => 'Gestion'
2018-12-25 16:24:20 +01:00
]); ?>
2020-05-29 17:32:57 +02:00
</ div >
2020-11-03 15:34:57 +01:00
< div class = " col3 " >
< ? php echo template :: button ( 'themeAdvanced' , [
'ico' => 'code' ,
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/advanced' ,
'value' => 'Éditeur CSS'
]); ?>
</ div >
2020-05-29 17:32:57 +02:00
</ div >
< div class = " row " >
2020-09-27 12:41:13 +02:00
< div class = " col4 offset4 " >
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 " >
2020-09-27 12:41:13 +02:00
< div class = " col3 offset3 " >
2018-04-02 08:29:19 +02:00
< ? php echo template :: button ( 'themeBack' , [
'class' => 'buttonGrey' ,
'href' => helper :: baseUrl ( false ),
'ico' => 'home' ,
'value' => 'Accueil'
]); ?>
</ div >
2020-05-29 17:32:57 +02:00
< div class = " col3 " >
2020-05-16 22:15:16 +02:00
< ? php echo template :: button ( 'themeAdmin' , [
2020-05-17 07:41:44 +02:00
'ico' => 'brush' ,
2020-05-16 22:15:16 +02:00
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/admin' ,
'value' => 'Administration'
]); ?>
2020-05-29 17:32:57 +02:00
</ div >
2020-09-27 12:41:13 +02:00
</ div >
< div class = " row " >
< div class = " col3 offset3 " >
2020-05-29 17:32:57 +02:00
< ? php echo template :: button ( 'themeManage' , [
2018-12-25 16:24:20 +01:00
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/manage' ,
2020-11-03 17:27:32 +01:00
'ico' => 'cogs' ,
2020-06-02 12:03:45 +02:00
'value' => 'Gestion'
2018-12-25 16:24:20 +01:00
]); ?>
2020-05-29 17:32:57 +02:00
</ div >
< div class = " col3 " >
2018-04-02 08:29:19 +02:00
< ? php echo template :: button ( 'themeAdvanced' , [
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/advanced' ,
2019-01-22 14:36:13 +01:00
'value' => 'Éditeur CSS' ,
2018-04-02 08:29:19 +02:00
'ico' => 'code'
]); ?>
</ div >
</ div >
< ? php endif ; ?>