[eluser]jt66250[/eluser]
sitemap.php is an XML page. It looks like a google sitemap. Here is the code referenced.
<?
foreach ($practice_areas as $row)
{
?>
<url>
<loc><?=$url . 'practice_areas/' . $row->title_escaped; ?></loc>
<priority>.9</priority>
</url>
<?
}
?>