mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
forgot to commit this for the img change
git-svn-id: file:///svn/phpbb/trunk@5129 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7b16107513
commit
f0d7d05888
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ class user extends session
|
|||
|
||||
$imgs[$img . $suffix]['src'] = $phpbb_root_path . 'styles/' . $this->theme['primary']['imageset_path'] . '/imageset/' . str_replace('{LANG}', $this->img_lang, $imgsrc);
|
||||
$imgs[$img . $suffix]['width'] = $width;
|
||||
$imgs[$img . $suffix]['height'] = ($height) ? ' height="' . $height . '"' : '';
|
||||
$imgs[$img . $suffix]['height'] = $height;
|
||||
}
|
||||
|
||||
$alt = (!empty($this->lang[$alt])) ? $this->lang[$alt] : $alt;
|
||||
|
|
Loading…
Add table
Reference in a new issue