diff --git a/themes/material/home.theme.php b/themes/material/home.theme.php index 9a726d37..894525bf 100644 --- a/themes/material/home.theme.php +++ b/themes/material/home.theme.php @@ -37,7 +37,6 @@ EOD } public function build_body(/*string*/ $sitename, /*string*/ $main_links, /*string*/ $main_text, /*string*/ $contact_link, $num_comma, /*string*/ $counter_text) { - $main_links_html = empty($main_links) ? "" : /*Change this*/""; $message_html = empty($main_text) ? "" : "
$main_text
"; $counter_html = empty($counter_text) ? "" : "
$counter_text
"; $contact_link = empty($contact_link) ? "" : "
Contact –"; @@ -60,6 +59,7 @@ EOD
$sitename + $main_links