mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 10:39:19 +02:00
Update ACP and MCP linkage
git-svn-id: file:///svn/phpbb/trunk@4703 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
afc00b0b87
commit
11190910a9
@ -1,5 +1,5 @@
|
||||
|
||||
<div align="center"><br /><span class="gensmall">{ADMIN_LINK}</span>
|
||||
<div align="center"><br /><!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
|
||||
<!--
|
||||
We request you retain the full copyright notice below including the link to www.phpbb.com.
|
||||
This not only gives respect to the large amount of time given freely by the developers
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
The phpBB Group : 2003
|
||||
// -->
|
||||
<span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} © 2002, 2003 phpBB Group<br />{TRANSLATION_INFO}{DEBUG_OUTPUT}</span></div>
|
||||
<span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} © 2002, 2003 phpBB Group<br />{TRANSLATION_INFO}<!-- IF DEBUG_OUTPUT --><br />[ {DEBUG_OUTPUT} ]<!-- ENDIF --></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -2,8 +2,8 @@
|
||||
|
||||
<table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><!-- IF S_IS_POSTABLE --><!-- IF MODERATORS --><br /><b class="gensmall">{L_MODERATORS}: {MODERATORS}</b><!-- ENDIF --><!-- ENDIF --></td>
|
||||
<td class="gensmall" align="right" valign="bottom"><!-- IF S_IS_POSTABLE -->{MOD_CP}<!-- ENDIF --></td>
|
||||
<td><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><!-- IF S_IS_POSTABLE and MODERATORS --><br /><b class="gensmall">{L_MODERATORS}: {MODERATORS}</b><!-- ENDIF --></td>
|
||||
<td class="gensmall" align="right" valign="bottom"><!-- IF S_IS_POSTABLE and U_MCP -->[ <a href="{U_MCP}">{L_MCP}</a> ]<!-- ENDIF --></td>
|
||||
</tr>
|
||||
<!-- IF TOTAL_TOPICS -->
|
||||
<tr>
|
||||
@ -67,9 +67,9 @@
|
||||
<!-- ENDIF -->
|
||||
|
||||
<tr>
|
||||
<td class="row1" width="25" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<td class="row1" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<!-- IF S_TOPIC_ICONS -->
|
||||
<td class="row1" width="25" align="center" valign="middle">{topicrow.TOPIC_ICON_IMG}</td>
|
||||
<td class="row1" align="center" valign="middle">{topicrow.TOPIC_ICON_IMG}</td>
|
||||
<!-- ENDIF -->
|
||||
<td class="row1" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user