diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-07-18 15:32:46 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-07-18 15:32:46 +0000 |
commit | 97d8d020c5cd3fca6c36eab652264396388f4631 (patch) | |
tree | 53dc55b776476a251af3d7704a8e0758987af966 | |
parent | 6aaf78de29947dbaf9df8a89698495f3f478533f (diff) | |
download | forums-97d8d020c5cd3fca6c36eab652264396388f4631.tar forums-97d8d020c5cd3fca6c36eab652264396388f4631.tar.gz forums-97d8d020c5cd3fca6c36eab652264396388f4631.tar.bz2 forums-97d8d020c5cd3fca6c36eab652264396388f4631.tar.xz forums-97d8d020c5cd3fca6c36eab652264396388f4631.zip |
Minor: #13551
git-svn-id: file:///svn/phpbb/trunk@7904 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_main_front.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_main_front.html b/phpBB/styles/subsilver2/template/ucp_main_front.html index 8d0d752559..4dbe2353ae 100644 --- a/phpBB/styles/subsilver2/template/ucp_main_front.html +++ b/phpBB/styles/subsilver2/template/ucp_main_front.html @@ -43,7 +43,7 @@ </tr> <tr> <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="genmed">{L_TOTAL_POSTS}: </b></td> - <td><!-- IF POSTS_PCT --><b class="gen">{POSTS}</b><br /><span class="genmed">[{POSTS_PCT} / {POSTS_DAY}]<br /><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a></span><!-- ELSE --><b class="gen">{POSTS}<b><!-- ENDIF --></td> + <td><!-- IF POSTS_PCT --><b class="gen">{POSTS}</b><br /><span class="genmed">[{POSTS_PCT} / {POSTS_DAY}]<br /><a href="{U_SEARCH_SELF}">{L_SEARCH_YOUR_POSTS}</a></span><!-- ELSE --><b class="gen">{POSTS}<b><!-- ENDIF --></td> </tr> <!-- IF S_SHOW_ACTIVITY --> <tr> |