02-19-2018, 04:03 PM
Hmm - that's bizarre. The title is set on Line 139 of header.php. It is:
Can you double check to make sure your title tag looks like that?
B.
Code:
<title><?= (($pageTitle != '') ? $pageTitle : ''); ?> <?=$settings->site_name?></title>
Can you double check to make sure your title tag looks like that?
B.