mirror of
https://github.com/ascribe/wp-theme
synced 2025-01-05 11: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
|
* Date: 15-09-24
|
||||||
* Time: 5:32 PM
|
* Time: 5:32 PM
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// FIXME:
|
||||||
|
$signInLink = '/app/login';
|
||||||
|
$signUpLink = '/app/signup';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<header class="blog">
|
<header class="blog">
|
||||||
<div class="centered-header">
|
<div class="centered-header">
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
require 'controller/init.php';
|
require 'controller/init.php';
|
||||||
|
|
||||||
|
// FIXME:
|
||||||
|
$signInLink = '/app/login';
|
||||||
|
$signUpLink = '/app/signup';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<header>
|
<header>
|
||||||
<div class="sticky">
|
<div class="sticky">
|
||||||
|
@ -12,6 +12,10 @@ $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; ?>)">
|
||||||
|
@ -5,6 +5,11 @@
|
|||||||
* Date: 15-09-24
|
* Date: 15-09-24
|
||||||
* Time: 5:32 PM
|
* Time: 5:32 PM
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// FIXME:
|
||||||
|
$signInLink = '/app/login';
|
||||||
|
$signUpLink = '/app/signup';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<header class="blog">
|
<header class="blog">
|
||||||
<div class="centered-header">
|
<div class="centered-header">
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
require 'controller/init.php';
|
require 'controller/init.php';
|
||||||
|
|
||||||
|
// FIXME:
|
||||||
|
$signInLink = '/app/login';
|
||||||
|
$signUpLink = '/app/signup';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<header>
|
<header>
|
||||||
<div class="sticky">
|
<div class="sticky">
|
||||||
|
@ -12,6 +12,10 @@ $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