Skip to content

Instantly share code, notes, and snippets.

@webflo
Created January 9, 2011 17:34
Show Gist options
  • Save webflo/771837 to your computer and use it in GitHub Desktop.
Save webflo/771837 to your computer and use it in GitHub Desktop.
tab trigger für hook_block_configure
#!/usr/bin/env php
<?php
require $_SERVER['TM_BUNDLE_SUPPORT'] . '/bootstrap.php';
include textmate_find_command('hook_block_configure');
// https://github.com/webflo/php-drupal.tmbundle/blob/master/Support/bootstrap.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment