aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-31 15:39:59 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-31 15:39:59 +0000
commit3ed50ce0b7665fcd6a2a80d1f5bc6630089382d5 (patch)
tree1c46f1913b8646556f29788196397c21b7a4988d /phpBB/templates/Default
parenteb9734b237eec0c6513b97f85b051dfd6599d0d3 (diff)
downloadforums-3ed50ce0b7665fcd6a2a80d1f5bc6630089382d5.tar
forums-3ed50ce0b7665fcd6a2a80d1f5bc6630089382d5.tar.gz
forums-3ed50ce0b7665fcd6a2a80d1f5bc6630089382d5.tar.bz2
forums-3ed50ce0b7665fcd6a2a80d1f5bc6630089382d5.tar.xz
forums-3ed50ce0b7665fcd6a2a80d1f5bc6630089382d5.zip
Changes to allow all auth types to be returned
git-svn-id: file:///svn/phpbb/trunk@388 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default')
-rw-r--r--phpBB/templates/Default/viewforum_body.tpl3
-rw-r--r--phpBB/templates/Default/viewtopic_body.tpl3
2 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/templates/Default/viewforum_body.tpl b/phpBB/templates/Default/viewforum_body.tpl
index 74e8f632cb..f96cf44cd6 100644
--- a/phpBB/templates/Default/viewforum_body.tpl
+++ b/phpBB/templates/Default/viewforum_body.tpl
@@ -99,6 +99,9 @@
</td>
</tr>
+ <tr>
+ <td align="left" style="{font-size: 8pt; height: 55px;}">{S_AUTH_LIST}</td>
+ </tr>
</table>
</td>
</tr> \ No newline at end of file
diff --git a/phpBB/templates/Default/viewtopic_body.tpl b/phpBB/templates/Default/viewtopic_body.tpl
index 001269675b..1e6b7a5eeb 100644
--- a/phpBB/templates/Default/viewtopic_body.tpl
+++ b/phpBB/templates/Default/viewtopic_body.tpl
@@ -145,6 +145,9 @@
</td>
</tr>
+ <tr>
+ <td align="left" style="{font-size: 8pt; height: 55px;}">{S_AUTH_LIST}</td>
+ </tr>
</table>
</td>
</tr> \ No newline at end of file