- - - - - - - - - -
-
{include file="menu.tpl"}
-
-
{include file="content.tpl"}
diff --git a/Layer-0__Site_entry_point/templates/Admin_form.tpl b/Layer-0__Site_entry_point/templates/Admin_form.tpl index 8c5221c..04cb514 100644 --- a/Layer-0__Site_entry_point/templates/Admin_form.tpl +++ b/Layer-0__Site_entry_point/templates/Admin_form.tpl @@ -19,6 +19,8 @@ Suite 225, San Francisco, CA 94107, USA
+
{if $webpage->contentExceptionOutput eq '' }
{php} $GLOBALS[webPage]->content->printOutput(); {/php}
{else}
{*echo $GLOBALS[webPage]->contentExceptionOutput;*}
{$webpage->contentExceptionOutput}
{/if}
-
- - - - - - - - - - - - |
-