Explorar el Código

Fix the title

Mark Crane hace 11 años
padre
commit
a50d5a35e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/footer.php

+ 1 - 1
resources/footer.php

@@ -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 {