diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-12-17 16:40:17 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-17 16:40:17 +0100 |
| commit | fadec0d2b93dbd7d5f08ec599df27006683e2521 (patch) | |
| tree | 8e8332965d95fd0c55c4dc5a0338215da0c82f1d /phpBB/styles/subsilver2 | |
| parent | 3c223b3a5d87a4bf7ecf623879398689842b0227 (diff) | |
| parent | 34cfa5f8855d66b81f3dd673537915e9d6b2b90f (diff) | |
| download | forums-fadec0d2b93dbd7d5f08ec599df27006683e2521.tar forums-fadec0d2b93dbd7d5f08ec599df27006683e2521.tar.gz forums-fadec0d2b93dbd7d5f08ec599df27006683e2521.tar.bz2 forums-fadec0d2b93dbd7d5f08ec599df27006683e2521.tar.xz forums-fadec0d2b93dbd7d5f08ec599df27006683e2521.zip | |
Merge pull request #4527 from senky/ticket/14390
[ticket/14390] Add ucp_main_front_user_activity_append/prepend
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_main_front.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_main_front.html b/phpBB/styles/subsilver2/template/ucp_main_front.html index 7fc906a126..485a58b7ab 100644 --- a/phpBB/styles/subsilver2/template/ucp_main_front.html +++ b/phpBB/styles/subsilver2/template/ucp_main_front.html @@ -38,6 +38,7 @@ <!-- EVENT ucp_main_front_user_activity_before --> <td class="row1" colspan="3"> <table width="100%" cellspacing="1" cellpadding="4"> + <!-- EVENT ucp_main_front_user_activity_prepend --> <tr> <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="genmed">{L_JOINED}{L_COLON} </b></td> <td width="100%"><b class="gen">{JOINED}</b></td> @@ -62,6 +63,7 @@ <td class="genmed">{WARNING_IMG} [ <b>{WARNINGS}</b> ]</td> </tr> <!-- ENDIF --> + <!-- EVENT ucp_main_front_user_activity_append --> </table> </td> <!-- EVENT ucp_main_front_user_activity_after --> |
