Guest User

Untitled

a guest
Mar 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. protected function assignAttributesGroups()
  2. {
  3. ...
  4. ...
  5. ...
  6. $this->context->smarty->assign(array(
  7. 'groups' => $groups,
  8. 'colors' => (count($colors)) ? $colors : false,
  9. 'combinations' => $combinations,
  10. 'combinationImages' => $combination_images
  11. ));
  12. }
Add Comment
Please, Sign In to add comment