Fix the title

This commit is contained in:
Mark Crane 2014-08-01 18:40:28 +00:00
parent 7d2490ae8f
commit c424b56bbc
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ require_once "resources/require.php";
$custom_head = '';
if (isset($_SESSION["theme"]["title"]["text"])) {
if (strlen($_SESSION["theme"]["title"]["text"]) == 0) {
if (strlen($_SESSION["theme"]["title"]["text"]) > 0) {
$document_title = (($document["title"] != '') ? $document["title"]." - " : null).$_SESSION["theme"]["title"]["text"];
}
else {