diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-07-31 02:11:33 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2010-07-31 02:11:33 +0200 |
| commit | e1328e87ce23245dbd55a08fbaf3d48e957a6777 (patch) | |
| tree | c5aa7746eef8870a3e0e3375af6d76e16e43c300 /phpBB/styles/subsilver2 | |
| parent | f179987f6468c6ded301bbb95871d1591b00b98f (diff) | |
| parent | 15d7010d4605a5f8d0082299a904ed54ad002618 (diff) | |
| download | forums-e1328e87ce23245dbd55a08fbaf3d48e957a6777.tar forums-e1328e87ce23245dbd55a08fbaf3d48e957a6777.tar.gz forums-e1328e87ce23245dbd55a08fbaf3d48e957a6777.tar.bz2 forums-e1328e87ce23245dbd55a08fbaf3d48e957a6777.tar.xz forums-e1328e87ce23245dbd55a08fbaf3d48e957a6777.zip | |
Merge branch 'ticket/jellydoughnut/9757' into develop-olympus
* ticket/jellydoughnut/9757:
[ticket/9757] Fix empty template variable {HISTORY_TITLE}
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_history.html b/phpBB/styles/subsilver2/template/ucp_pm_history.html index 53391b30c9..8754acaaa2 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_history.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_history.html @@ -6,7 +6,7 @@ <table class="tablebg" width="100%" cellspacing="1"> <tr> - <th align="center">{L_MESSAGE_HISTORY} - {HISTORY_TITLE}</th> + <th align="center">{L_MESSAGE_HISTORY}</th> </tr> <tr> <td class="row1"><div style="overflow: auto; width: 100%; height: 300px;"> |
