I believe you need to change the /include/client/header.inc.php file but I'm lost as to how and where. I read somewhere that it was line 39 but I'm not seeing it.?php$title=($cfg && is_object($cfg) && $cfg->getTitle())    ? $cfg->getTitle() : 'osTicket :: '.__('Support Ticket System');$signin_url = ROOT_PATH . "login.php"    . ($thisclient ? "?e=".urlencode($thisclient->getEmail()) : "");$signout_url = ROOT_PATH . "logout.php?auth=".$ost->getLinkToken();header("Content-Type: text/html; charset=UTF-8");if (($lang = Internationalization:())) {    $langs = array_unique(array($lang, $cfg->getPrimaryLanguage()));    $langs = Internationalization:($langs);    header("Content-Language: ".implode(', ', $langs));}?><!DOCTYPE html><html<?phpif ($lang        && ($info = Internationalization:($lang))        && (@$info == 'rtl'))    echo ' dir="rtl" class="rtl"';if ($lang) {    echo ' lang="' . $lang . '"';}?>><head>    <meta charset="utf-8">    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">    <title><?php echo Format:($title); ?></title>    <meta name="description" content="customer support platform">    <meta name="keywords" content="osTicket, Customer support system, support ticket system">    <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/osticket.css?9ae093d" media="screen"/>    <link rel="stylesheet" href="<?php echo ASSETS_PATH; ?>css/theme.css?9ae093d" media="screen"/>    <link rel="stylesheet" href="<?php echo ASSETS_PATH; ?>css/print.css?9ae093d" media="print"/>    <link rel="stylesheet" href="<?php echo ROOT_PATH; ?>scp/css/typeahead.css?9ae093d"         media="screen" />    <link type="text/css" href="<?php echo ROOT_PATH; ?>css/ui-lightness/jquery-ui-1.10.3.custom.min.css?9ae093d"        rel="stylesheet" media="screen" />    <link rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/thread.css?9ae093d" media="screen"/>    <link rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/redactor.css?9ae093d" media="screen"/>    <link type="text/css" rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/font-awesome.min.css?9ae093d"/>    <link type="text/css" rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/flags.css?9ae093d"/>    <link type="text/css" rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/rtl.css?9ae093d"/>    <link type="text/css" rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/select2.min.css?9ae093d"/>    <script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-1.11.2.min.js?9ae093d"></script>    <script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-ui-1.10.3.custom.min.js?9ae093d"></script>    <script src="<?php echo ROOT_PATH; ?>js/osticket.js?9ae093d"></script>   

You posted this in the 1.8 section of the forums.  Unfortunately I do not have a running 1.8 site anymore (because it is so old).

Write a Reply...