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:
parent
34413e0c28
commit
8985a2b845
@ -6,9 +6,7 @@
|
||||
* Time: 5:32 PM
|
||||
*/
|
||||
|
||||
// FIXME:
|
||||
$signInLink = '/app/login';
|
||||
$signUpLink = '/app/signup';
|
||||
require 'controller/init.php';
|
||||
|
||||
?>
|
||||
<header class="blog">
|
||||
|
@ -7,11 +7,6 @@
|
||||
*/
|
||||
|
||||
require 'controller/init.php';
|
||||
|
||||
// FIXME:
|
||||
$signInLink = '/app/login';
|
||||
$signUpLink = '/app/signup';
|
||||
|
||||
?>
|
||||
<header>
|
||||
<div class="sticky">
|
||||
|
@ -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; ?>)">
|
||||
|
Loading…
Reference in New Issue
Block a user