Skip to content

Commit

Permalink
Informatique menu : fix commit précédent (hahem)
Browse files Browse the repository at this point in the history
  • Loading branch information
piRGoif committed Aug 16, 2024
1 parent 597c22b commit 3862955
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions info/GEPApiR/menu_nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,30 +45,30 @@
aurait toujours été possible d'inclure des emoji par échappement comme <a href="http://www.w3.org/TR/CSS21/syndata.html#strings">l'indique la recommandation</a>.</p>

<pre><code class="html">
&nbsp;nav>
&nbsp;ul>
&nbsp;li>
&nbsp;a href="&nbsp;?= ($RelBasePath == "") ? "index.php" : $RelBasePath; ?>" id="menu_accueil">
🏡&nbsp;Accueil&nbsp;/a>
&nbsp;/li>
&nbsp;li>
&nbsp;a href="&nbsp;?= $RelBasePath ?>info/" id="menu_info">
💻&nbsp;Informatique&nbsp;/a>
&nbsp;/li>
&nbsp;li>
&nbsp;a href="&nbsp;?= $RelBasePath ?>zicmue/" id="menu_zicmue">
🎵&nbsp;Musiques&nbsp;/a>
&nbsp;/li>
&nbsp;li>
&nbsp;a href="&nbsp;?= $RelBasePath ?>moi/" id="menu_moi">
👤&nbsp;Moi&nbsp;/a>
&nbsp;/li>
&nbsp;li>
&nbsp;a href="&nbsp;?= $RelBasePath ?>liens/" id="menu_liens">
🔗&nbsp;Liens&nbsp;/a>
&nbsp;/li>
&nbsp;/ul>
&nbsp;/nav>
&lt;nav>
&lt;ul>
&lt;li>
&lt;a href="&lt;?= ($RelBasePath == "") ? "index.php" : $RelBasePath; ?>" id="menu_accueil">
🏡&lt;Accueil&lt;/a>
&lt;/li>
&lt;li>
&lt;a href="&lt;?= $RelBasePath ?>info/" id="menu_info">
💻&lt;Informatique&lt;/a>
&lt;/li>
&lt;li>
&lt;a href="&lt;?= $RelBasePath ?>zicmue/" id="menu_zicmue">
🎵&lt;Musiques&lt;/a>
&lt;/li>
&lt;li>
&lt;a href="&lt;?= $RelBasePath ?>moi/" id="menu_moi">
👤&lt;Moi&lt;/a>
&lt;/li>
&lt;li>
&lt;a href="&lt;?= $RelBasePath ?>liens/" id="menu_liens">
🔗&lt;Liens&lt;/a>
&lt;/li>
&lt;/ul>
&lt;/nav>
</code></pre>


Expand Down

0 comments on commit 3862955

Please sign in to comment.