* @link http://www.tassos.gr * @copyright Copyright © 2020 Tassos Marinos All Rights Reserved * @license GNU GPLv3 or later */ defined('_JEXEC') or die('Restricted access'); extract($displayData); $styles = [ 'border-top-style: ' . $field->border_style, 'border-top-width: ' . (int) $field->border_width . 'px' , 'border-top-color: ' . $field->border_color, 'margin-top:' . (int) $field->margin_top . 'px', 'margin-bottom:' . (int) $field->margin_bottom . 'px' ]; ?>