mirror of
https://github.com/ascribe/wp-theme
synced 2025-01-03 10:25:08 +01:00
AD-1227 fix login/signup links
This commit is contained in:
parent
3b9b5814c1
commit
7292305d0c
@ -5,6 +5,11 @@
|
||||
* Date: 15-09-24
|
||||
* Time: 5:32 PM
|
||||
*/
|
||||
|
||||
// FIXME:
|
||||
$signInLink = '/app/login';
|
||||
$signUpLink = '/app/signup';
|
||||
|
||||
?>
|
||||
<header class="blog">
|
||||
<div class="centered-header">
|
||||
|
@ -8,6 +8,10 @@
|
||||
|
||||
require 'controller/init.php';
|
||||
|
||||
// FIXME:
|
||||
$signInLink = '/app/login';
|
||||
$signUpLink = '/app/signup';
|
||||
|
||||
?>
|
||||
<header>
|
||||
<div class="sticky">
|
||||
|
@ -12,6 +12,10 @@ $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; ?>)">
|
||||
|
@ -5,6 +5,11 @@
|
||||
* Date: 15-09-24
|
||||
* Time: 5:32 PM
|
||||
*/
|
||||
|
||||
// FIXME:
|
||||
$signInLink = '/app/login';
|
||||
$signUpLink = '/app/signup';
|
||||
|
||||
?>
|
||||
<header class="blog">
|
||||
<div class="centered-header">
|
||||
|
@ -8,6 +8,10 @@
|
||||
|
||||
require 'controller/init.php';
|
||||
|
||||
// FIXME:
|
||||
$signInLink = '/app/login';
|
||||
$signUpLink = '/app/signup';
|
||||
|
||||
?>
|
||||
<header>
|
||||
<div class="sticky">
|
||||
|
@ -12,6 +12,10 @@ $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