echo of bID form btContentLocal to site

Permalink
I would like to get a div showing the bID of the certain block.
All my blocks are content blocks and for the site I am building I need to show which bID the content block has.
Anyone know's how?

vincedelaking
 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
$b = $this->getBlockObject();
$bID=$b->getBlockID();