Skip to content

Instantly share code, notes, and snippets.

@mmccall10
Last active August 29, 2015 14:04
Show Gist options
  • Save mmccall10/860f8687a863735bd164 to your computer and use it in GitHub Desktop.
Save mmccall10/860f8687a863735bd164 to your computer and use it in GitHub Desktop.
Get the block tool folder url
<?php
Loader::model('block_types');
$bt = BlockType::getByHandle('your_block_handle');
$tools_dir = Loader::helper('concrete/urls')->getBlockTypeToolsURL($bt);
echo $tools_dir . '/name_of_tools_file_without_php_at_the_end';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment