commit 26a6b3b19ba98c945e0a401b267027be836a75d7
parent 70740d407a93c0e15c0820526e91f94d8c869d47
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 27 Feb 2023 15:32:12 +0100
htrdr: mv the modifications menu after the overview menu
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meso-menu.sh b/meso-menu.sh
@@ -119,6 +119,11 @@ print_htrdr_sub_menu() {
else
echo " <li><a href=\"${root}htrdr/htrdr.html\">Overview</a></li>"
fi
+ if [ "${name}" = "Mods" ]; then
+ echo " <li id=\"cur\">Modifications</li>"
+ else
+ echo " <li><a href=\"${root}htrdr/htrdr-mods.html\">Modifications</a></li>"
+ fi
if [ "${name}" = "Documentations" ]; then
echo " <li id=\"cur\">Reference documentation</li>"
else
@@ -142,11 +147,6 @@ print_htrdr_sub_menu() {
# echo " <li><a href=\"${root}htrdr/htrdr-planeto-spk.html\">Planeto</a></li>"
# fi
echo " </ul></li>"
- if [ "${name}" = "Mods" ]; then
- echo " <li id=\"cur\">Modifications</li>"
- else
- echo " <li><a href=\"${root}htrdr/htrdr-mods.html\">Modifications</a></li>"
- fi
echo " <li><a href=\"https://gitlab.com/meso-star/htrdr\">Git repository</a></li>"
echo " </ul>"
echo " <div id=\"info\">"