mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 06:06:51 +01:00
Fix Menu div wrong tag/closing (#329)
This commit is contained in:
@@ -338,7 +338,7 @@ if(isset($config['boxes']))
|
|||||||
<div id="LoginBottom" class="Loginstatus" style="background-image:url(<?php echo $template_path; ?>/images/general/box-bottom.gif)" ></div>
|
<div id="LoginBottom" class="Loginstatus" style="background-image:url(<?php echo $template_path; ?>/images/general/box-bottom.gif)" ></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div-- id='Menu'>
|
<div id='Menu'>
|
||||||
<div id='MenuTop' style='background-image:url(<?php echo $template_path; ?>/images/general/box-top.gif);'></div>
|
<div id='MenuTop' style='background-image:url(<?php echo $template_path; ?>/images/general/box-top.gif);'></div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@@ -403,6 +403,7 @@ foreach($config['menu_categories'] as $id => $cat) {
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
InitializePage();
|
InitializePage();
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user