Outils pour utilisateurs

Outils du site


format:page:installguide

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
format:page:installguide [2026/02/09 20:00] – [Necessary components] adminformat:page:installguide [2026/02/09 20:00] (Version actuelle) – [Installation process] admin
Ligne 46: Ligne 46:
 To activate this layout, edit the **config.php** file of the target theme and add the following lines in the layout definition (Php table):  To activate this layout, edit the **config.php** file of the target theme and add the following lines in the layout definition (Php table): 
  
-    'format_page' => array(+    'format_page' => [
         'file' => 'page.php',         'file' => 'page.php',
         'regions' => array('side-pre', 'main', 'side-post', 'footer-left', 'footer-middle', 'footer-right'),         'regions' => array('side-pre', 'main', 'side-post', 'footer-left', 'footer-middle', 'footer-right'),
         'defaultregion' => 'side-post',         'defaultregion' => 'side-post',
-    ),+    ],
          
-    'format_page_action' => array(+    'format_page_action' => [
         'file' => 'page.php',         'file' => 'page.php',
         'regions' => array('side-pre', 'side-post', 'main', 'footer-left', 'footer-middle', 'footer-right'),         'regions' => array('side-pre', 'side-post', 'main', 'footer-left', 'footer-middle', 'footer-right'),
         'options' => array('langmenu' => true, 'noblocks' => true),         'options' => array('langmenu' => true, 'noblocks' => true),
         'defaultregion' => 'side-post',         'defaultregion' => 'side-post',
-    ),+    ],
  
 You will probably have to review the header and footer sequences in the layout **page.php** file. Indeed, each theme producer has his own writing of these sequences. The "active" part of the layout is: You will probably have to review the header and footer sequences in the layout **page.php** file. Indeed, each theme producer has his own writing of these sequences. The "active" part of the layout is:
format/page/installguide.txt · Dernière modification : de admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki