| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/church_sites/lvsaints.com_coyotesprings/includes/ |
Upload File : |
<header id="header-full-top" class="header-full">
<div class="container">
<div class="header header-logo">
<?php if(!empty($popup_title)) { ?>
<h1><?= $popup_title;?></h1>
<?php } else { ?>
<h1 class="animated fadeInRight text-center">
Little Valley Stake Conference
</h1>
<h4><?php echo $conference_arr['date']; ?></h4>
<?php } ?>
</div>
</div> <!-- container -->
</header> <!-- header-full -->
<nav class="navbar navbar-static-top navbar-default navbar-header-full navbar-dark yamm navbar-static-top" role="navigation" id="header" <?= (!empty($popup_title)) ? 'style="display:none;"' : '';?>>
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a id="" class="navbar-brand hidden-lg hidden-md hidden-sm active" href="/">Little Valley Stake Conference<span><?php echo $conference_arr['date']; ?></span></a>
</div> <!-- navbar-header -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="pull-right hidden-lg hidden-md">
<a href="javascript:void(0);" class="sb-icon-navbar sb-toggle-right"><i class="fa fa-bars"></i></a>
</div>
<div class="collapse navbar-collapse" id="menu-main">
<ul class="nav navbar-nav">
<?php echo make_links(); ?>
</ul>
<br />
</div><!-- navbar-collapse -->
</div><!-- container -->
</nav>