mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Altered U_TOPIC to U_VIEW_TOPIC inline with other vars
git-svn-id: file:///svn/phpbb/trunk@2087 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f96f1d8dad
commit
d0febff388
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table width="100%" cellspacing="2" cellpadding="2" border="0">
|
<table width="100%" cellspacing="2" cellpadding="2" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_TOPIC}">{TOPIC_TITLE}</a><br />
|
<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br />
|
||||||
<span class="gensmall"><b>{PAGINATION}</b><br />
|
<span class="gensmall"><b>{PAGINATION}</b><br />
|
||||||
</span></td>
|
</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue