File "header-home.php"

Full Path: /home/raylsmit/public_html/m/header-home.php
File size: 358 bytes
MIME-type: text/html
Charset: utf-8

<div id="header">
    <h1><a href="./"><?php echo $businessname; ?></a></h1>
    <div class="logo" style="margin: 0pt auto; max-width: 600px;"><a href="./"><img src="images/<?php echo $logoimage; ?>" width="<?php echo $logowidth; ?>" height="<?php echo $logoheight; ?>" alt="<?php echo $businessname; ?>" /></a></div>
    <?php $snippets->slogan(); ?>
</div>