OEL-455 [oe_whitelabel] footer
Created by: escuriola
Manage oe_whitelabel footer blocks for EU and EC.
Merge request reports
Activity
112 if (!empty($link['social_network'])) { 113 $ecl_link['link']['icon_position'] = 'before'; 114 $ecl_link += [ 115 'icon' => [ 116 'path' => $context['ecl_icon_social_media_path'], 117 'name' => $context['ecl_component_library'] == 'eu' ? $link['social_network'] : $link['social_network'] . '-negative', 118 ], 119 ]; 120 } 121 122 $ecl_links[] = $ecl_link; 123 } 124 125 return $ecl_links; 126 } 127
Please register or sign in to reply