2019-11-15 17:32:34 +01:00
< div class = " notranslate " >
< ? php if (
$this -> getData ([ 'theme' , 'header' , 'position' ]) === 'hide'
OR $this -> getData ([ 'theme' , 'menu' , 'position' ]) === 'hide'
OR $this -> getData ([ 'theme' , 'footer' , 'position' ]) === 'hide'
) : ?>
2018-04-02 08:29:19 +02:00
< ? 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.' ); ?>
2019-11-15 17:32:34 +01:00
< div class = " row " >
< div class = " col2 offset2 " >
< ? php echo template :: button ( 'themeBack' , [
'class' => 'buttonGrey' ,
'href' => helper :: baseUrl ( false ),
'ico' => 'home' ,
'value' => 'Accueil'
]); ?>
</ div >
< div class = " col2 " >
< ? php echo template :: button ( 'themeManage' , [
'ico' => 'upload' ,
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/manage' ,
'value' => 'Thèmes'
]); ?>
</ div >
< div class = " col2 " >
< ? php echo template :: button ( 'themeAdvanced' , [
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/advanced' ,
'value' => 'Éditeur CSS' ,
'ico' => 'code'
]); ?>
</ div >
< div class = " col2 " >
< ? php echo template :: button ( 'themeShowAll' , [
'ico' => 'eye' ,
'value' => 'Zones cachées'
]); ?>
</ div >
2018-04-02 08:29:19 +02:00
</ div >
2019-11-15 17:32:34 +01:00
< ? php else : ?>
< ? php echo template :: speech ( 'Cliquez sur une zone afin d\'accéder à ses options de personnalisation.' ); ?>
< div class = " row " >
< div class = " col2 offset3 " >
< ? php echo template :: button ( 'themeBack' , [
'class' => 'buttonGrey' ,
'href' => helper :: baseUrl ( false ),
'ico' => 'home' ,
'value' => 'Accueil'
]); ?>
</ div >
< div class = " col2 " >
< ? php echo template :: button ( 'themeManage' , [
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/manage' ,
'ico' => 'upload' ,
'value' => 'Thèmes'
]); ?>
</ div >
< div class = " col2 " >
< ? php echo template :: button ( 'themeAdvanced' , [
'href' => helper :: baseUrl () . $this -> getUrl ( 0 ) . '/advanced' ,
'value' => 'Éditeur CSS' ,
'ico' => 'code'
]); ?>
</ div >
2018-04-02 08:29:19 +02:00
</ div >
2019-11-15 17:32:34 +01:00
< ? php endif ; ?>
</ div >