* @copyright 2017 Azelab * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of Azelab */ include_once dirname(__FILE__).'/ArContactUsButtonConfig.php'; class ArContactUsButtonMobileConfig extends ArContactUsButtonConfig { public function htmlFields() { $fields = parent::htmlFields(); $fields['button_icon'] = $this->module->render('_partials/_icons.tpl', array( 'icons' => $this->getIcons(), 'currentValue' => $this->button_icon, 'name' => 'ARCUBM_BUTTON_ICON' )); return $fields; } }