I use theme Artodia: Black
https://www.phpbb.com/customise/db/style/artodia_black/
with this theme, we have drop down menus to show list of forums based on jquery
the script is in footer
Code: Select all
<!--[if lt IE 9]>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery-1.10.2.min.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery-2.0.3.min.js"></script>
<!--<![endif]-->
i must delete this code to have the scroll in Top Stats working
but drop down menus will stop working
what must i do to have all working please ?
thanks a lot