/ Published in: PHP

Returns the path of the block. In this snippet, it is used within a block (to add images or certain other files)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$btID = $b->getBlockTypeID(); $bt = BlockType::getByID($btID); //getByHandle($btHandle); $uh = Loader::helper('concrete/urls'); $uh->getBlockTypeAssetsURL($bt);
Comments
