diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-16 15:06:19 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-16 15:06:19 +0000 |
commit | cac0a2255a25eac04cd6586536bdffcc49b05088 (patch) | |
tree | b7bb078e0d674148c54db97ab43410c501fa4c1f /phpBB/includes | |
parent | 686429389009fdbabe969c5916a3c07c89fc2dec (diff) | |
download | forums-cac0a2255a25eac04cd6586536bdffcc49b05088.tar forums-cac0a2255a25eac04cd6586536bdffcc49b05088.tar.gz forums-cac0a2255a25eac04cd6586536bdffcc49b05088.tar.bz2 forums-cac0a2255a25eac04cd6586536bdffcc49b05088.tar.xz forums-cac0a2255a25eac04cd6586536bdffcc49b05088.zip |
make topic icon image width/height available to viewforum and search templates (Bug #15934)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8857 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/session.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index 780c6b9e14..a88408f02e 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -2097,6 +2097,7 @@ class user extends session /** * Specify/Get image + * $suffix is no longer used - we know it. ;) It is there for backward compatibility. */ function img($img, $alt = '', $width = false, $suffix = '', $type = 'full_tag') { |