// Build Page Title $pagetitle = ''; if ($threadinfo['title'] != '') { $pagetitle .= $threadinfo['title'] . ' - '; } else if ($foruminfo['title'] != '') { $pagetitle .= $foruminfo['title'] . ' - '; } $pagetitle .= $archive_options['title'];