UserPage/Fixup

* only show related heading if we have tabs to display
This commit is contained in:
Sarjuuk 2025-11-11 20:35:17 +01:00
parent 7cf5dded98
commit 45417122c2

View file

@ -42,7 +42,9 @@ if ($this->description):
endif;
?></div>
<script type="text/javascript">us_addDescription()</script>
<?php if (count($this->lvTabs)): ?>
<h2 id="related" class="clear"><?=Lang::main('related'); ?></h2>
<?php endif; ?>
</div>
<div id="roster-status" class="profiler-message clear" style="display: none"></div>