ok, if you are looking for a way to keep the title at the header as "Store Name - Tagline."

Look for the lines started with "define('META_TAG_TITLE'" and replace the whole line of codes with "define('META_TAG_TITLE', (defined('NAVBAR_TITLE') ? NAVBAR_TITLE : '' ));", there should be a few that you needed to replace.