mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
fix #4607 banner correct size on news detail page
This commit is contained in:
@@ -82,6 +82,8 @@ if(!empty($menu_pref['banner_campaign']) /*&& !empty($menu_pref['banner_amount']
|
||||
if(!empty($menu_pref['banner_width']))
|
||||
{
|
||||
e107::getParser()->thumbWidth($menu_pref['banner_width']);
|
||||
e107::getParser()->thumbHeight(0);
|
||||
e107::getParser()->thumbCrop(0);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user