14 lines
362 B
PHP
Executable File
14 lines
362 B
PHP
Executable File
<?php
|
|
|
|
|
|
// function materio_page_title_refresh_block(){
|
|
|
|
// $block = block_load('materio_page_title', 'materio_page_title');
|
|
// $block_content = _block_render_blocks(array($block));
|
|
// $build = _block_get_renderable_array($block_content);
|
|
// $block_rendered = drupal_render($build);
|
|
|
|
// $rep['block'] = $block_rendered;
|
|
|
|
// drupal_json_output($rep);
|
|
// }
|