-
Notifications
You must be signed in to change notification settings - Fork 1
/
dddd
14 lines (14 loc) · 1.41 KB
/
dddd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<time class="py-2 d-flex align-items-center justify-content-between">
<span class="d-flex align-items-center">
<img class="img-fluid pe-3" src="<?php echo get_template_directory_uri() ?>/assets/images/clock.png" alt="Phone contact Mediplus">
<p class="fs-18 fw-normal m-0"> <?php esc_html_e("+Saturday","medplus"); ?> <?php echo get_theme_mod('medplus_footer_weekday_setting');?></p>
</span>
<p class="fs-18 fw-normal m-0"><?php echo get_theme_mod('medplus_footer_start_time_setting');?> - <?php echo get_theme_mod('medplus_footer_end_time_setting');?></p>
</time>
<time class="py-2 d-flex align-items-center justify-content-between">
<span class="d-flex align-items-center">
<img class="img-fluid pe-3" src="<?php echo get_template_directory_uri() ?>/assets/images/clock.png" alt="Phone contact Mediplus">
<p class="fs-18 fw-normal m-0"> <?php esc_html_e("+Sunday","medplus"); ?> <?php echo get_theme_mod('medplus_footer_weekday_setting');?></p>
</span>
<p class="fs-18 fw-normal m-0"><?php echo get_theme_mod('medplus_footer_start_time_setting');?> - <?php echo get_theme_mod('medplus_footer_end_time_setting');?></p>
</time>