| Current Path : /home/ereika83/public_html/wp-content/plugins/bb-plugin/modules/callout/includes/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/bb-plugin/modules/callout/includes/frontend.php |
<div class="<?php echo FLBuilderUtils::sanitize_html_class( $module->get_classname() ); ?>"> <?php // Image left $module->render_image( 'left' ); ?> <div class="fl-callout-content"> <?php // Image above title $module->render_image( 'above-title' ); // Title $module->render_title(); // Image below title $module->render_image( 'below-title' ); // Text Content $module->render_text_content(); ?> </div> <?php // Image right $module->render_image( 'right' ); ?> </div>