on my zencart that is not Line 154 . if so , then you are missing end statements ..
after
define('META_TAG_TITLE', str_replace('"','', $manufacturer_metatags->fields['manufacturers_name'] . PRIMARY_SECTION . TITLE . TAGLINE));
you should have
}
}
followed by rest of the code starting with else statement



