Set title to Package Editor if $title is unset

This commit is contained in:
Scott Ullrich 2005-06-25 22:17:05 +00:00
parent 3aeee7edb8
commit ff30be849b

View File

@ -210,6 +210,8 @@ include("fbegin.inc");
<head>
<?php
if($pkg['title'] <> "") $title = $pkg['title'];
else
$title = "Package Editor";
?>
<title><?=gentitle_pkg($title);?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">