diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-12-06 12:45:53 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-12-06 12:45:53 +0000 |
commit | 11190910a91e8064cb5594bd17853b51518150ec (patch) | |
tree | 0af1ec8b9c7896d0f0ae5f95f06bf92c408d54cd /phpBB/styles | |
parent | afc00b0b874877d11d6869cb59a1a1ed2b7ccf74 (diff) | |
download | forums-11190910a91e8064cb5594bd17853b51518150ec.tar forums-11190910a91e8064cb5594bd17853b51518150ec.tar.gz forums-11190910a91e8064cb5594bd17853b51518150ec.tar.bz2 forums-11190910a91e8064cb5594bd17853b51518150ec.tar.xz forums-11190910a91e8064cb5594bd17853b51518150ec.zip |
Update ACP and MCP linkage
git-svn-id: file:///svn/phpbb/trunk@4703 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subSilver/template/overall_footer.html | 4 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/viewforum_body.html | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/styles/subSilver/template/overall_footer.html b/phpBB/styles/subSilver/template/overall_footer.html index c15e7267fa..4fcca501ac 100644 --- a/phpBB/styles/subSilver/template/overall_footer.html +++ b/phpBB/styles/subSilver/template/overall_footer.html @@ -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>
\ No newline at end of file diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html index e55bb3f955..cf810801fe 100644 --- a/phpBB/styles/subSilver/template/viewforum_body.html +++ b/phpBB/styles/subSilver/template/viewforum_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> |