aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_main_subscribed.html
diff options
context:
space:
mode:
authorlavigor <lavigor@users.noreply.github.com>2016-11-08 16:50:53 +0300
committerlavigor <lavigor@users.noreply.github.com>2016-11-08 16:50:53 +0300
commitcdf6464382ccf4895c0c60da12f7c024fac8c57a (patch)
tree0ba87003b71babca390569268c921d2b94aea317 /phpBB/styles/prosilver/template/ucp_main_subscribed.html
parent9be9062df358aa6744b5764ac841a6b685d3ad6a (diff)
downloadforums-cdf6464382ccf4895c0c60da12f7c024fac8c57a.tar
forums-cdf6464382ccf4895c0c60da12f7c024fac8c57a.tar.gz
forums-cdf6464382ccf4895c0c60da12f7c024fac8c57a.tar.bz2
forums-cdf6464382ccf4895c0c60da12f7c024fac8c57a.tar.xz
forums-cdf6464382ccf4895c0c60da12f7c024fac8c57a.zip
[ticket/14860] Broken link on subscriptions page on mobile devices
PHPBB3-14860
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_subscribed.html')
-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>