From 42dc7eb0f5c1c4019f781de0250aae74a0c708e5 Mon Sep 17 00:00:00 2001 From: rxu Date: Sat, 11 Jul 2015 17:38:00 +0700 Subject: [ticket/14002] Add template events before/after user details in ucp_main_front PHPBB3-14002 --- phpBB/styles/prosilver/template/ucp_main_front.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/ucp_main_front.html b/phpBB/styles/prosilver/template/ucp_main_front.html index 942d26edc6..7bc8d40078 100644 --- a/phpBB/styles/prosilver/template/ucp_main_front.html +++ b/phpBB/styles/prosilver/template/ucp_main_front.html @@ -53,6 +53,7 @@

{L_YOUR_DETAILS}

+
{L_JOINED}{L_COLON}
{JOINED}
{L_LAST_ACTIVE}{L_COLON}
{LAST_VISIT_YOU}
@@ -61,6 +62,7 @@
{L_ACTIVE_IN_TOPIC}{L_COLON}
{ACTIVE_TOPIC}
({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})
{L_YOUR_WARNINGS}{L_COLON}
{WARNING_IMG} [{WARNINGS}]
+ -- cgit v1.2.1