You are here

function template_preprocess_sna_blocks in Simple Node Archive Blocks 7.2

File

./sna_blocks.module, line 61
Provides Simple Node archive style options for Views.

Code

function template_preprocess_sna_blocks(&$vars) {
  _sna_blocks_preprocess_sna_blocks($vars);
}