File: //proc/thread-self/root/var/www/lipovac/wp-content/themes/senior/templates/top-bar-additional.php
<?php $top_bar_additional_text = wheels_get_option( 'top-bar-additional-text', '' ); ?>
<div class="<?php echo wheels_class( 'top-bar-additional' ); ?>">
<div class="<?php echo wheels_class( 'container' ); ?>">
<?php if ( $top_bar_additional_text ): ?>
<div class="<?php echo wheels_class( 'top-bar-additional-text' ); ?>">
<?php echo do_shortcode( $top_bar_additional_text ); ?>
</div>
<?php endif; ?>
</div>
</div>