Current Path : /var/www/html/wp-content/themes/church-event/vamtam/shortcodes/generator/ |
Current File : /var/www/html/wp-content/themes/church-event/vamtam/shortcodes/generator/inline_divider.php |
<?php return array( 'name' => __('Divider', 'church-event') , 'value' => 'inline_divider', 'options' => array( array( 'name' => __('Type', 'church-event') , 'desc' => __('"Clear floats" is just a div element with <em>clear:both</em> styles. Although it is safe to say that unless you already know how to use it, you will not need this, you can <a href="https://developer.mozilla.org/en-US/docs/CSS/clear">click here for a more detailed description</a>.', 'church-event'), 'id' => 'type', 'default' => 1, 'options' => array( 1 => __('Divider line (1)', 'church-event') , 2 => __('Divider line (2)', 'church-event') , 3 => __('Divider line (3)', 'church-event') , 'clear' => __('Clear floats', 'church-event') , ) , 'type' => 'select', 'class' => 'add-to-container', ) , ) , );