HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/ukpics.org.uk/public_html/wp-content/themes/bloglo/template-parts/topbar/topbar.php
<?php
/**
 * The template for displaying theme top bar.
 *
 * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Bloglo
 * @author Peregrine Themes
 * @since   1.0.0
 */

?>

<?php do_action( 'bloglo_before_topbar' ); ?>
<div id="bloglo-topbar" <?php bloglo_top_bar_classes(); ?>>
	<div class="bloglo-container">
		<div class="bloglo-flex-row">
			<div class="col-md flex-basis-auto start-sm"><?php do_action( 'bloglo_topbar_widgets', 'left' ); ?></div>
			<div class="col-md flex-basis-auto end-sm"><?php do_action( 'bloglo_topbar_widgets', 'right' ); ?></div>
		</div>
	</div>
</div><!-- END #bloglo-topbar -->
<?php do_action( 'bloglo_after_topbar' ); ?>