Code: Select all
<div id="welcome_screen" class="<?php if(!$adm || !$edit) {echo $intro;} else {echo 'intro_hide';}?>">
1. if the page is not in admin/edit modus, the welcome screen is on (this works fine, logging in, the newsboxes disappear).
2. there $intro = "intro" defined on the first (empty) page will show the 4 newsboxes and
3. any other page without defined $intro will hide them. But this doesn't work. The newsboxes are always there.