So I’ve got a Drupal site where if an anonymous user goes to the home page, they get redirected to a page-node that simply has an image banner and some text. In the ‘body’ field of the page node I’ve got : <div class=”element-invisible”> Some Text </div> <?php // Main header; $ image = ‘a/path/to/my/image.jpg’;Read more