Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Yes, just remove this line from page.tpl at the bottom right before closing body tag:
<?php global $user;?>
<?php if ($user->uid == 1):?>
<?php print '<a id="switchgrid" class="off" href="#" title="turn the grid on or off">Show/Hide Grid</a>' ;?>
<?php endif; ?>
It's only available to admin and useful during devs. But I will make it optional (without it by default) in the next release. Thanks for trying.
Comments
Comment #1
gausarts commentedYes, just remove this line from page.tpl at the bottom right before closing body tag:
It's only available to admin and useful during devs. But I will make it optional (without it by default) in the next release. Thanks for trying.
Comment #2
gausarts commentedWill be optional in the next release.