aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-11-12 13:44:29 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-11-12 13:44:29 +0100
commit43ea7168d173cacc62c20dbdc260ff9f7e03dce5 (patch)
tree0ba87003b71babca390569268c921d2b94aea317 /phpBB/styles
parent9be9062df358aa6744b5764ac841a6b685d3ad6a (diff)
parentcdf6464382ccf4895c0c60da12f7c024fac8c57a (diff)
downloadforums-43ea7168d173cacc62c20dbdc260ff9f7e03dce5.tar
forums-43ea7168d173cacc62c20dbdc260ff9f7e03dce5.tar.gz
forums-43ea7168d173cacc62c20dbdc260ff9f7e03dce5.tar.bz2
forums-43ea7168d173cacc62c20dbdc260ff9f7e03dce5.tar.xz
forums-43ea7168d173cacc62c20dbdc260ff9f7e03dce5.zip
Merge pull request #4506 from lavigor/ticket/14860
[ticket/14860] Broken link on subscriptions page on mobile devices
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_main_subscribed.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
index ef03317578..2d65b800a0 100644
--- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html
+++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
@@ -30,7 +30,7 @@
{forumrow.FORUM_DESC}
<!-- IF forumrow.LAST_POST_TIME -->
<div class="responsive-show" style="display: none;">
- {L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} &laquo; <a href="{topicrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a>
+ {L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} &laquo; <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a>
</div>
<!-- ENDIF -->
</div>
@@ -113,9 +113,9 @@
<div class="action-bar bottom">
<div class="pagination">
{TOTAL_TOPICS}
- <!-- IF .pagination -->
+ <!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
- <!-- ELSE -->
+ <!-- ELSE -->
&bull; {PAGE_NUMBER}
<!-- ENDIF -->
</div>