Make if logic work to display php variable in custom HTML title
I am trying to incorporate logic into my website so that the $customTitle is working with the $nav1 variable. Below is how the page in question is structured. <? $customTitle = "$nav1 | Example.com"; include_once("_common.php"); include_once(G5_PATH."head.php"); ?> Currently, the HTML…