UserPage/Fixup
* only show related heading if we have tabs to display
This commit is contained in:
parent
7cf5dded98
commit
45417122c2
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue