[FIX] Missing space in drawer between "Blogs on" and blogname.

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-05-21 19:46:33 +02:00
parent a6019319a2
commit bdc617ffef
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ if ($config["design"]["drawer"] == "on") {
echo "<section>";
// 1. Set localized string 2. Set blogtitle
echo "<div class='nav-item-static'>" .
$BLOGLANG['Blogs on'] . $config["blog"]["title"] .
$BLOGLANG['Blogs on'] . " " . $config["blog"]["title"] .
":</div>";
// iterating through the blogs/ directory
foreach ($blogs as $navblog) {