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
|
* Time: 5:32 PM
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// FIXME:
|
require 'controller/init.php';
|
||||||
$signInLink = '/app/login';
|
|
||||||
$signUpLink = '/app/signup';
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<header class="blog">
|
<header class="blog">
|
||||||
|
@ -7,11 +7,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
require 'controller/init.php';
|
require 'controller/init.php';
|
||||||
|
|
||||||
// FIXME:
|
|
||||||
$signInLink = '/app/login';
|
|
||||||
$signUpLink = '/app/signup';
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<header>
|
<header>
|
||||||
<div class="sticky">
|
<div class="sticky">
|
||||||
|
@ -11,11 +11,6 @@ $headerTagline = get_field('header_tagline');
|
|||||||
$buttonText = get_field('create_account_button_text');
|
$buttonText = get_field('create_account_button_text');
|
||||||
$buttonColour = get_field('header_button_colour');
|
$buttonColour = get_field('header_button_colour');
|
||||||
$controller = new Controller();
|
$controller = new Controller();
|
||||||
|
|
||||||
// FIXME:
|
|
||||||
$signInLink = '/app/login';
|
|
||||||
$signUpLink = '/app/signup';
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<header style="background-image:url(<?php echo $bgImage; ?>)">
|
<header style="background-image:url(<?php echo $bgImage; ?>)">
|
||||||
|
Loading…
Reference in New Issue
Block a user