diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-08-30 01:52:26 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-08-30 01:52:26 +0200 |
commit | 6216e6748c99eef54ce366c77007ca161b4b0e19 (patch) | |
tree | 5da9599988b26725d5e3bca7340ee2ac10930293 /phpBB/styles | |
parent | bf4eb6d06c0f87154b31466df3583d3e690e6830 (diff) | |
parent | 8e5eacf6924866a66bd939292e787caea4b7a32e (diff) | |
download | forums-6216e6748c99eef54ce366c77007ca161b4b0e19.tar forums-6216e6748c99eef54ce366c77007ca161b4b0e19.tar.gz forums-6216e6748c99eef54ce366c77007ca161b4b0e19.tar.bz2 forums-6216e6748c99eef54ce366c77007ca161b4b0e19.tar.xz forums-6216e6748c99eef54ce366c77007ca161b4b0e19.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10339] Remove invalid template loop variable from mcp_front.html
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_front.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html index ff98efc9fd..21431b4bc1 100644 --- a/phpBB/styles/prosilver/template/mcp_front.html +++ b/phpBB/styles/prosilver/template/mcp_front.html @@ -28,7 +28,6 @@ <dl> <dt> <a href="{unapproved.U_POST_DETAILS}" class="topictitle">{unapproved.SUBJECT}</a> {unapproved.ATTACH_ICON_IMG}<br /> - <!-- IF report.PAGINATION --><strong class="pagination"><span>{report.PAGINATION}</span></strong><!-- ENDIF --> {L_POSTED} {L_POST_BY_AUTHOR} {unapproved.AUTHOR_FULL} » {unapproved.POST_TIME} </dt> <dd class="moderation"><span> |