diff --git a/template-blogheader.php b/template-blogheader.php index c27caea..f9c6cc5 100644 --- a/template-blogheader.php +++ b/template-blogheader.php @@ -6,9 +6,7 @@ * Time: 5:32 PM */ -// FIXME: -$signInLink = '/app/login'; -$signUpLink = '/app/signup'; +require 'controller/init.php'; ?>
diff --git a/template-header.php b/template-header.php index a40810f..9477d03 100644 --- a/template-header.php +++ b/template-header.php @@ -7,11 +7,6 @@ */ require 'controller/init.php'; - -// FIXME: -$signInLink = '/app/login'; -$signUpLink = '/app/signup'; - ?>
diff --git a/template-tour.php b/template-tour.php index 5548eb1..b8a2673 100644 --- a/template-tour.php +++ b/template-tour.php @@ -11,11 +11,6 @@ $headerTagline = get_field('header_tagline'); $buttonText = get_field('create_account_button_text'); $buttonColour = get_field('header_button_colour'); $controller = new Controller(); - -// FIXME: -$signInLink = '/app/login'; -$signUpLink = '/app/signup'; - ?>