diff --git a/app/views/templates/log.phtml b/app/views/templates/log.phtml index ffba6c9..1513a6b 100644 --- a/app/views/templates/log.phtml +++ b/app/views/templates/log.phtml @@ -2,8 +2,9 @@ prepare('baseDir', $BASEDIR); + $partial->prepare('baseUrl', $BASEURL); $partial->render(); ?> <?php echo $TITLE ?> diff --git a/app/views/templates/part/head.phtml b/app/views/templates/part/head.phtml index d8671ca..d4a980d 100644 --- a/app/views/templates/part/head.phtml +++ b/app/views/templates/part/head.phtml @@ -1,5 +1,7 @@ + + @@ -18,6 +20,7 @@ + diff --git a/app/views/templates/plugins.phtml b/app/views/templates/plugins.phtml index a002f96..15fce8e 100644 --- a/app/views/templates/plugins.phtml +++ b/app/views/templates/plugins.phtml @@ -2,8 +2,9 @@ prepare('baseDir', $BASEDIR); + $partial->prepare('baseUrl', $BASEURL); $partial->render(); ?> <?php echo $TITLE ?> diff --git a/app/views/templates/setting.phtml b/app/views/templates/setting.phtml index 753f111..89211e7 100644 --- a/app/views/templates/setting.phtml +++ b/app/views/templates/setting.phtml @@ -2,8 +2,9 @@ prepare('baseDir', $BASEDIR); + $partial->prepare('baseUrl', $BASEURL); $partial->render(); ?> <?php echo $TITLE ?>