From 8985a2b8454089eb36e979cf355fcf2ce7b07dce Mon Sep 17 00:00:00 2001 From: vrde Date: Thu, 5 Nov 2015 11:14:41 +0100 Subject: [PATCH] Add missing import --- template-blogheader.php | 4 +--- template-header.php | 5 ----- template-tour.php | 5 ----- 3 files changed, 1 insertion(+), 13 deletions(-) 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'; - ?>