<?php
//block direct access
if (!defined('ABSPATH')) {
exit;
}
?>
<div id="addressNotice" class="notice-overlay">
<div class="notice-box">
<h3>We?ve Moved!</h3>
<p>We have moved from our old office ? we are now at
<strong>18216 Preston Road, Suite B-3 #103
Dallas, TX, 75252
</strong>.
<br>
We are in same shopping center just moved to Phoenix Salon suites next to Tom Thumb.
</p>
<button onclick="dismissNotice()">Got it!</button>
</div>
</div>
|