2017-09-19, 22:24:04
Hello everybody,
I would like to extend my if/then statement with an argument whether the page is set to private or not. Its content shouldn't be shown if its private.
How should I add that part to this existing code?
Thank you very much in advance.
I would like to extend my if/then statement with an argument whether the page is set to private or not. Its content shouldn't be shown if its private.
How should I add that part to this existing code?
PHP Code:
if (!empty(returnPageContent('aktion'))) { ?>
Thank you very much in advance.