mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
wrong case for lang var
git-svn-id: file:///svn/phpbb/trunk@3393 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
957a8eaf4b
commit
93f57ce29c
@ -618,7 +618,7 @@ function update_image_dimensions()
|
|||||||
$spacer = TRUE;
|
$spacer = TRUE;
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row3" colspan="<?php echo ($mode == 'emoticons') ? 5 : 3; ?>" align="center"><?php echo $user->lang[$lang . '_not_displayed'] ?></td>
|
<td class="row3" colspan="<?php echo ($mode == 'emoticons') ? 5 : 3; ?>" align="center"><?php echo $user->lang[$lang . '_NOT_DISPLAYED'] ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user