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(); ?>