You are here

function theme_blockify_feed_icons in Blockify 8

Same name and namespace in other branches
  1. 7 blockify.theme.inc \theme_blockify_feed_icons()

Returns the rendered feed icons.

1 theme call to theme_blockify_feed_icons()
blockify_get_content in ./blockify.module
Provides individual block content.

File

./blockify.theme.inc, line 122
Theme functions for the Blockify module.

Code

function theme_blockify_feed_icons($variables) {
  return $variables['feed_icons'];
}