Move website identifier

This commit is contained in:
Blade of Darkness 2021-01-04 22:33:19 +01:00
parent 845eefd221
commit a342f20b32
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ require 'php/procedures.php'; # interact with variables in the execution environ
<meta name="viewport" content="width=device-width" />
<meta name="description" content="<?php echo $mightycms['head_description'] ?>" />
<link href="favicon.ico" type="image/x-icon" rel="icon" />
<title><?php echo $mightycms['brand'].' : '.$mightycms['head_title'] ?></title>
<title><?php printf("%s : %s", $mightycms['head_title'], $mightycms['brand']) ?></title>
<link rel="stylesheet" type="text/css" href="<?php echo $mightycms['theme'] ?>" />
</head>
<body>