2017-09-20, 01:58:08
Great, it works. Thank you again!
A small question though. I need to wrap the content into some HTML. How can I achieve that the markup will be shown only if the page isn't set to private (or/and has content), too?
Thank you :-)
A small question though. I need to wrap the content into some HTML. How can I achieve that the markup will be shown only if the page isn't set to private (or/and has content), too?
PHP Code:
<!-- Start Aktion -->
<div id="aktion">
<?php echo getPublicPageContent('aktion'); ?>
<div class="closeaktion" title="Fenster schließen">×</div>
</div>
<!-- Ende Aktion -->
Thank you :-)