addressVillage kandholi, P.o, Bidholi, premnagar
/?php
// Footer
$cityhostel_footer_style = cityhostel_get_theme_option("footer_style");
if (strpos($cityhostel_footer_style, 'footer-custom-')===0) $cityhostel_footer_style = 'footer-custom';
get_template_part( "templates/{$cityhostel_footer_style}");
?>