// employee avatar
This commit is contained in:
@@ -1529,6 +1529,7 @@ class AdminControllerCore extends Controller
|
||||
'tabs' => $tabs,
|
||||
'is_multishop' => $is_multishop,
|
||||
'multishop_context' => $this->multishop_context,
|
||||
'employee_avatar' => ImageManager::thumbnail($this->context->employee->getImage(), 'employee'.'_'.(int)$this->context->employee->id.'.'.$this->imageType, 150, $this->imageType, true, true)
|
||||
));
|
||||
}
|
||||
$this->context->smarty->assign(array(
|
||||
|
||||
Reference in New Issue
Block a user