You are here

function _omega_tools_generate_block_content in Omega Tools 7

Same name and namespace in other branches
  1. 6 omega_tools.module \_omega_tools_generate_block_content()

Generate block content for the custom generated region placeholder blocks

1 call to _omega_tools_generate_block_content()
omega_tools_block_view in ./omega_tools.module
Implemenation of hook_block_view

File

./omega_tools.module, line 239

Code

function _omega_tools_generate_block_content($rid) {
  return '<div class="geshifilter"><code class="php">print render($' . $rid . ');</code></div>';
}