closeblock.theme.inc in Close Block 6
Same filename and directory in other branches
File
theme/closeblock.theme.incView source
<?php
/**
* Get block id
*
* return
* Block id string
*/
function theme_closeblock_block_id($vars) {
return 'block-' . str_replace('_', '-', $vars['module']) . '-' . str_replace('_', '-', $vars['delta']);
}
Functions
Name | Description |
---|---|
theme_closeblock_block_id | Get block id |