// employee avatar

This commit is contained in:
Rémi Gaillard
2013-10-30 18:02:10 +01:00
parent 6a3e711cff
commit 8aa369531e
5 changed files with 67 additions and 38 deletions
+1
View File
@@ -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(