Skip to content

Instantly share code, notes, and snippets.

@ctcherry
Created August 25, 2011 16:53
Show Gist options
  • Save ctcherry/1171137 to your computer and use it in GitHub Desktop.
Save ctcherry/1171137 to your computer and use it in GitHub Desktop.
<div id="footer-bg">
<div id="footer">
<p align="center"><img src="/images/footer-logos.jpg" alt=""></p>
<ul>
<li class="first"><a href="/" title="Pompano Beach and Coconut Creek - General, Cosmetic, and Restorative Dentistry">Home</a></li>
<li><a href="/html/practice.html" title="About Our Broward County Practice - Cosmetic Dentist Manon Bourque Hutchison, D.D.S.">About the Practice</a></li>
<li><a href="/html/cosmetic-dentistry.html" title="Cosmetic Dentistry - Improve Your Smile with a Dental Makeover">Cosmetic Dentistry</a></li>
<li><a href="/html/restorative-dentistry.html" title="Restorative Dentistry - Repair and Restore Your Teeth">Restorative Dentistry</a></li>
<li><a href="/html/general-dentistry.html" title="General Dentistry - TMJ, Periodontal, and Preventive Care ">General Dentistry</a></li>
<li><a href="/html/implant-dentistry.html" title="Dental Implants - Permanent Solutions for Missing Teeth">Implant Dentistry</a></li>
<li><a href="/html/invisalign-orthodontics.html" title="Invisalign&reg; - Invisible Braces for Orthodontic Treatment">Invisalign&reg;/ Orthodontics</a><br>
</li>
<li class="first"><a href="/html/cerec.html" title="CEREC&reg; Crowns and Veneers">CEREC&reg;</a></li>
<li><a href="/html/veneers.html" title="Porcelain Veneers - Reshape Your Smile">Veneers</a></li>
<li><a href="/html/faqs.html" title="Cosmetic Dentistry Frequently Asked Questions">FAQs</a></li>
<li><a href="/html/teeth-whitening.html" title="Teeth Whitening - Quick, Easy Ways to Brighten Your Smile">Teeth Whitening</a></li>
<li><a href="/html/injectables.html" title="BOTOX&reg; Cosmetic / Juvéderm&reg;">BOTOX&reg; Cosmetic / Juvéderm&reg;</a></li>
<li><a href="/html/contact.html" title="Contact Our Pompano Beach or Coconut Creek Cosmetic Dentistry Practice">Contact Us</a></li>
<li><a href="/html/sitemap.html" title="Pompano Beach and Coconut Creek Cosmetic Dentistry - Explore Our Site">Site Map</a></li>
<li><a href="/articles/">Resources</a></li>
</ul>
<p>
<?php
$url = "http://www.hutchdentist.com" . $_SERVER['PHP_SELF'];
$tags = get_meta_tags($url);
echo $tags['description'];
?> </p>
<p><strong>Manon Bourque-Hutchison, D.D.S.</strong></p>
<ul>
<li class="first"><a href="/html/disclaimer.html" title="" onclick="popUpWin(this.href,'standard',520,700);return false;">Disclaimer</a></li>
<li><a href="/pdf/hipaaprivacy.pdf" target="_blank">Privacy Policy</a></li>
</ul>
<p class="address-2-col-first">
<strong>Coconut Creek Office</strong><br>
5359 Lyons Road<br>
Coconut Creek, Florida 33073<br>
Phone: +1 (954) 573-2600<br>
Fax: +1 (954) 571-6736
</p>
<p class="address-2-col">
<strong>Pompano Beach Office</strong><br>
2631 E. Atlantic Boulevard<br>
Pompano Beach, Florida 33062<br>
Phone: +1 (954) 942-4048<br>
Fax: +1 (954) 788-5264
</p>
<p class="clear">Copyright &copy; 2008 <strong>Manon Bourque-Hutchison, D.D.S.</strong> | Website Developed by <a href="http://www.einsteindental.com" target="_blank" class="ei-l
ink">Einstein Dental</a></p>
</div>
</div>
<!-- end #footer -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment