Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
lynchestinegroup.com
/
wp-content
/
plugins
/
koncrete-core_2
/
elementor
/
about-history
/
Editing: view.php
<?php namespace radiustheme\Koncrete_Core; extract($data); ?> <div class="rtel-about-history"> <div class="rtin-content"> <?php if ($subtitle): ?> <h3 class="rtin-subtitle"><?php echo esc_html( $subtitle ); ?></h3> <?php endif ?> <?php if ($title): ?> <h2 class="rtin-title"><?php echo esc_html( $title ); ?></h2> <?php endif ?> <?php if ($top_text): ?> <p class="rtin-top-text"><?php echo esc_html( $top_text ); ?></p> <?php endif ?> <?php if ($bottom_text): ?> <div class="rtin-bottom-text"> <?php echo wp_kses_post( wpautop($bottom_text) ); ?> </div> <?php endif ?> </div> </div>
Save
Cancel