Found another buglet. In this file: includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php

this:
<li><a href="<?php echo BOX_INFORMATION_SITE_MAP; ?>">General Info</a>
Probably SHOULD be this:
<li><a href="#">General Info</a>
What's currently in place points to an invalid URL.