From 4c3aaa40bcbb7e6d5dd68d610b00e4af9b39b689 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Fri, 26 Jun 2020 16:58:08 +0200 Subject: [PATCH] Relative Paths Fixes --- app/views/templates/automation.phtml | 1 + app/views/templates/log.phtml | 3 ++- app/views/templates/login.phtml | 1 + app/views/templates/oauth.phtml | 1 + app/views/templates/part/footer.phtml | 6 +++--- app/views/templates/part/head.phtml | 12 ++++++------ app/views/templates/setting.phtml | 1 + 7 files changed, 15 insertions(+), 10 deletions(-) diff --git a/app/views/templates/automation.phtml b/app/views/templates/automation.phtml index 84cd043..b0d5d87 100644 --- a/app/views/templates/automation.phtml +++ b/app/views/templates/automation.phtml @@ -60,6 +60,7 @@ prepare('baseDir', $BASEDIR); $partial->render(); ?> diff --git a/app/views/templates/log.phtml b/app/views/templates/log.phtml index 08bb04f..b9fbb3f 100644 --- a/app/views/templates/log.phtml +++ b/app/views/templates/log.phtml @@ -62,7 +62,8 @@ prepare('baseDir', BASEDIR); $partial->render(); //TODO js do main.js ?> diff --git a/app/views/templates/login.phtml b/app/views/templates/login.phtml index 4837947..68bbdae 100644 --- a/app/views/templates/login.phtml +++ b/app/views/templates/login.phtml @@ -22,6 +22,7 @@ prepare('baseDir', BASEDIR); $partial->render(); ?> diff --git a/app/views/templates/oauth.phtml b/app/views/templates/oauth.phtml index c754f96..cc1e7f4 100644 --- a/app/views/templates/oauth.phtml +++ b/app/views/templates/oauth.phtml @@ -27,6 +27,7 @@ prepare('baseDir', BASEDIR); $partial->render(); ?> diff --git a/app/views/templates/part/footer.phtml b/app/views/templates/part/footer.phtml index 0fcb4bf..b47aec0 100644 --- a/app/views/templates/part/footer.phtml +++ b/app/views/templates/part/footer.phtml @@ -1,5 +1,5 @@ - + - - + + diff --git a/app/views/templates/part/head.phtml b/app/views/templates/part/head.phtml index da739b5..d8671ca 100644 --- a/app/views/templates/part/head.phtml +++ b/app/views/templates/part/head.phtml @@ -18,9 +18,9 @@ - - - - - - + + + + + + diff --git a/app/views/templates/setting.phtml b/app/views/templates/setting.phtml index 688047c..e1b2b11 100644 --- a/app/views/templates/setting.phtml +++ b/app/views/templates/setting.phtml @@ -194,6 +194,7 @@ prepare('baseDir', BASEDIR); $partial->render(); ?>