Site Map
Celebrating You, The Spa
2020 Pennsylvania Avenue NW #403
Washington, DC 20006
Tel: 800.399.9557
<?php
$menu_out = menu_tree_output(menu_tree_all_data($menu_name = 'primary-links'));
$menu_simple = str_replace('id="menu"', 'style="margin:0;"', $menu_out);
$menu_simple = str_replace('
- ', '
- ', $menu_simple);
print '
- Celebrating You';
print $menu_simple;
print '
';
?>