Skip to content
Snippets Groups Projects
Commit 745ca09a authored by Lyding Verena's avatar Lyding Verena
Browse files

changed left top menu (widget_polytopic) by replacing home with glossary...

changed left top menu (widget_polytopic) by replacing home with glossary (help-annis-glossary) and removing about (the question mark)
parent d075f68d
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,8 @@ if(isset($current_script)){
<ul style="float:left;background-color:#035683;">
<li id="polylang-2" class="widget widget_polytopic">
<ul>
<li <?php echo $class_top1 ?>><a href="#" onclick="document.forms['home'].submit();"><?php echo $trans['home'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class_top2 ?>><a href="#" onclick="document.forms['about'].submit();"><?php echo $trans['about'][$_SESSION['lang']]; ?></a></li>
<li class="" style="background-color:#035683;"><a href="#" onclick="document.forms['help_up'].submit();"><img src="img/icon__help2.png" width="28" title="help on using the interface"></a></li>
<li <?php echo $class_top1 ?>><a href="#" onclick="document.forms['glossary'].submit();"><?php echo $trans['help_search'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class_top2 ?>><a href="#" onclick="document.forms['about'].submit();"><?php echo $trans['about'][$_SESSION['lang']]; ?></a></li>
</ul>
</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment