[FIX] Missing space in drawer between "Blogs on" and blogname.
This commit is contained in:
parent
a6019319a2
commit
bdc617ffef
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue