diff --git a/daux/d3processor.php b/daux/d3processor.php index 3ba2186..51b823f 100644 --- a/daux/d3processor.php +++ b/daux/d3processor.php @@ -122,7 +122,7 @@ class d3DocumentRenderer implements BlockRendererInterface $wholeDoc = $htmlRenderer->renderBlocks($block->children()); $output = new NullOutput(); - $daux = new Daux(Daux::LIVE_MODE, $output); + $daux = new Daux(Daux::STATIC_MODE, $output); $daux->initializeConfiguration(); $variables = $daux->getParams()['variables']; diff --git a/themes/d3/templates/home.php b/themes/d3/templates/home.php index cebd3b6..59caac0 100644 --- a/themes/d3/templates/home.php +++ b/themes/d3/templates/home.php @@ -24,7 +24,8 @@ "; echo $this->translate("selectversion").': '; diff --git a/themes/d3/templates/layout/05_page.php b/themes/d3/templates/layout/05_page.php index 6ec0c36..8244253 100755 --- a/themes/d3/templates/layout/05_page.php +++ b/themes/d3/templates/layout/05_page.php @@ -25,7 +25,8 @@ "; echo $this->translate("selectversion").': ';