From 807f16e3b8a1a3cbb0ab4a01a4b320b515795a41 Mon Sep 17 00:00:00 2001 From: Vladimir Vassilev Date: Sun, 19 Apr 2015 22:57:22 +0300 Subject: [PATCH] hotfix #13 (broken image link) --- header.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/header.php b/header.php index 2de1992..3fcba9d 100644 --- a/header.php +++ b/header.php @@ -32,6 +32,8 @@ '; + $blog_details = get_blog_details(); + $blog_slug = str_replace('/', '', $blog_details->path); + echo ''; } ?>