They also appear to have failed to change the Google Analytic account number:
" var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-160215-2']);
_gaq.push(['_trackPageview']);
"
Normally I'm pretty pro-code-reuse, but that is just lazy-sauce.
This very thing happened when I was working at $LAST_COMPANY. Another company took our entire site design, fiddled with it a bit and published their site. The didn't change the Google Analytics and we found a new competitor because they showed up in our Google Analytics reports.
Normally I'm pretty pro-code-reuse, but that is just lazy-sauce.