diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout.php b/emhttp/plugins/dynamix/include/DefaultPageLayout.php
index cf3c4418b..d36fcc2bb 100644
--- a/emhttp/plugins/dynamix/include/DefaultPageLayout.php
+++ b/emhttp/plugins/dynamix/include/DefaultPageLayout.php
@@ -686,6 +686,7 @@ foreach ($buttons as $button) {
$css_theme = "$css-$theme.css";
if (is_file($docroot.$css_stock)) echo '',"\n";
if (is_file($docroot.$css_theme)) echo '',"\n";
+ // create page content
eval('?>'.parse_text($button['text']));
}
unset($buttons,$button);