You are here

closeblock.theme.inc in Close Block 6

Same filename and directory in other branches
  1. 7 theme/closeblock.theme.inc

File

theme/closeblock.theme.inc
View 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

Namesort descending Description
theme_closeblock_block_id Get block id