Commit 9fdb13ad42b6ccf3fda5e465432ae3d8bff25fb4

Authored by Erwan Nanrocki
1 parent 2ba0d03c

rien de special

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
topnavbar.php
... ... @@ -7,7 +7,7 @@
7 7  
8 8  
9 9 <?php
10   - if ( 1 == 1 ) // modifier le test
  10 + if ( 0 == 1 ) // modifier le test par un switch
11 11 {
12 12 ?>
13 13 <form class="navbar-form navbar-right" role="search">
... ... @@ -18,7 +18,7 @@
18 18 }
19 19 else
20 20 {
21   - if ( 0 == 1 )
  21 + if ( 1 == 1 )
22 22 {
23 23 ?>
24 24 <form class="navbar-form navbar-right" action="prog.php" method=POST>
... ...