diff --git a/system/includes/functions.php b/system/includes/functions.php index 9dd6c4e..491e10c 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -2922,6 +2922,12 @@ function blog_copyright() return config('blog.copyright'); } +// Return blog language +function blog_language() +{ + return str_replace('_', '-', config('language')); +} + // Return author info. Deprecated function authorinfo($name = null, $about = null) { diff --git a/themes/blog/layout.html.php b/themes/blog/layout.html.php index d27aa26..092df03 100644 --- a/themes/blog/layout.html.php +++ b/themes/blog/layout.html.php @@ -1,8 +1,6 @@ - - - +
;?>themes/blog/images/logo.png)
;?>images/logo.png)