1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/9757] Fix empty template variable {HISTORY_TITLE}

The template variable {HISTORY_TITLE} was always being set to the empty string.
It is now filled with the title of the currently displayed message.  It is not
showed in prosilver or subsilver2 for aesthetic reasons (title is already
prominent)

PHPBB3-9757
This commit is contained in:
Josh Woody
2010-07-29 13:19:19 -05:00
parent fc25fe694a
commit 15d7010d46
3 changed files with 4 additions and 4 deletions

View File

@@ -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;">