AD-1227 fix login/signup links

This commit is contained in:
vrde 2015-11-03 14:59:46 +01:00
parent 3b9b5814c1
commit 7292305d0c
6 changed files with 26 additions and 0 deletions

View File

@ -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">

View File

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

View File

@ -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; ?>)">

View File

@ -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">

View File

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

View File

@ -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; ?>)">