1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-22 09:13:38 +01:00

Add missing import

This commit is contained in:
vrde 2015-11-05 11:14:41 +01:00
parent 34413e0c28
commit 8985a2b845
3 changed files with 1 additions and 13 deletions

View File

@ -6,9 +6,7 @@
* Time: 5:32 PM
*/
// FIXME:
$signInLink = '/app/login';
$signUpLink = '/app/signup';
require 'controller/init.php';
?>
<header class="blog">

View File

@ -7,11 +7,6 @@
*/
require 'controller/init.php';
// FIXME:
$signInLink = '/app/login';
$signUpLink = '/app/signup';
?>
<header>
<div class="sticky">

View File

@ -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';
?>
<header style="background-image:url(<?php echo $bgImage; ?>)">