mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added forum description in viewforum page
Добавляет описание форума на самой странице форума. Ранее описание высвечивалось только на главной в списке форумов.
This commit is contained in:
parent
bd9561fc42
commit
0bcb6b67a8
2 changed files with 5 additions and 1 deletions
|
@ -267,7 +267,10 @@ td.topic_id { cursor: pointer; }
|
|||
<table width="100%">
|
||||
<tr>
|
||||
<td valign="bottom">
|
||||
<h1 class="maintitle"><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h1>
|
||||
<h1 class="maintitle">
|
||||
<a href="{U_VIEW_FORUM}">{FORUM_NAME}</a>
|
||||
<!-- IF FORUM_DESC --><br><span style="font-size: 18px !important;">{FORUM_DESC}</span><!-- ENDIF -->
|
||||
</h1>
|
||||
|
||||
<p class="small" id="moderators"><a style="text-decoration: none;" href="#">{L_MODERATORS}</a></p>
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue