semanticui-8.x-1.x-dev/preprocess/block__system_menu_block.preprocess.inc
preprocess/block__system_menu_block.preprocess.inc
<?php
/**
* @file
* Contains preprocess functions for block.
*/
/**
* Implements hook_preprocess_hook().
*/
function semanticui_preprocess_block__system_menu_block(&$variables) {
require_once dirname(__FILE__) . '/block.preprocess.inc';
semanticui_preprocess_block($variables);
}
