diff --git a/haraka.php b/haraka.php index 60f8087..5b0786e 100644 --- a/haraka.php +++ b/haraka.php @@ -87,7 +87,7 @@ private function displayHaraka() $countdown_date = $this->params->get('countdown_date', ''); $fonts = $this->params->get('fonts', 'Roboto+Slab|Roboto'); $font = explode("|", $fonts); - $fontcss = str_replace('+',' ', $font); + $fontcss = str_replace('+',' ', $font); $text = $this->params->get('text', '

' . JText::_('PLG_SYSTEM_HARAKA_COMING_SOON') . '

'); $theme = $this->params->get('theme', 'light'); $uri = JUri::getInstance();