From ba102add7e3d90996bca63b64346d3ce8b0e86a5 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 19 Jul 2022 15:15:26 +0200 Subject: [PATCH] updated the readme instructions --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0ff692f..5ea830d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Each menu widget calls a submenu. - test hangar: https://test.hangar.org/wp-admin/widgets.php ### menus -The menus content is changed in the menus control pannel +The menus content is changed in the menus control pannel - hangar: https://hangar.org/wp-admin/nav-menus.php - test hangar: https://test.hangar.org/wp-admin/nav-menus.php @@ -25,15 +25,17 @@ To change logo change content of `images/logo.gif` to desired logo to be display editar el docuemnto `seccions.php` para controlar la visualizaciĆ³n de las pĆ”ginas ``` -if ($pare == 2) : //artistes residents +if ($pare == 2 | 58856) : //artistes residents post=2 post=58856 page change on 2022 07 19th $tipus = 'art'; -elseif ($pare == 46565) : //artistes residents estada curta +elseif ($pare == 46565) : //artistes residents estada curta post=46565 $tipus = 'art'; -elseif ($pare == 136) : //desc+arregues +elseif ($pare == 46572) : //artistes amb beca post=46572 + $tipus = 'art'; +elseif ($pare == 136) : //desc+arregues post=136 $tipus = 'desc'; -elseif ($pare == 74) : //equip +elseif ($pare == 74) : //equip post=74 $tipus = 'equip'; -elseif ($pare == 40378) : //patronat +elseif ($pare == 40378) : //patronat post=40378 $tipus = 'equip'; else: $tipus = 'pag';