mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
Forum description to forum name anchor title
git-svn-id: file:///svn/phpbb/trunk@3030 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8cade616ab
commit
fbe796ed21
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td colspan="2" align="left" valign="bottom"><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a> <br /><span class="gensmall">
|
||||
<td colspan="2" align="left" valign="bottom"><a class="maintitle" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a> <br /><span class="gensmall">
|
||||
<!-- IF S_IS_POSTABLE -->
|
||||
[ <a href="{U_VIEW_MODERATORS}">{L_VIEW_MODERATORS}</a> ] {MOD_CP}<br />
|
||||
<!-- ENDIF -->
|
||||
|
|
Loading…
Add table
Reference in a new issue