Skip to content

Instantly share code, notes, and snippets.

@BramEsposito
Created December 29, 2012 08:33
Show Gist options
  • Save BramEsposito/4405471 to your computer and use it in GitHub Desktop.
Save BramEsposito/4405471 to your computer and use it in GitHub Desktop.
Display a message to a Drupal administrator only
<?php
if(user_access('administer')) {
drupal_set_message("hello Admin!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment