diff --git a/themes/material/home.theme.php b/themes/material/home.theme.php index 45b13d8f..6a55c9a1 100644 --- a/themes/material/home.theme.php +++ b/themes/material/home.theme.php @@ -28,7 +28,7 @@ EOD public function build_body(/*string*/ $sitename, /*string*/ $main_links, /*string*/ $main_text, /*string*/ $contact_link, $num_comma, /*string*/ $counter_text) { $message_html = empty($main_text) ? "" : "
$main_text
"; $counter_html = empty($counter_text) ? "" : "
$counter_text
"; - $contact_link = empty($contact_link) ? "" : "
Contact –"; + $contact_link = empty($contact_link) ? "" : "
Contact -"; $search_html = "
@@ -57,7 +57,7 @@ EOD $message_html $counter_html