You are here

scs_views.theme.inc in Simplenews Content Selection 6.2

Same filename and directory in other branches
  1. 7 simplenews_content_selection_views/scs_views.theme.inc

Integrate Simplenews Content Selection with views and views bulk operations

File

simplenews_content_selection_views/scs_views.theme.inc
View source
<?php

/**
 * @file
 * Integrate Simplenews Content Selection with views and views bulk operations
 */

/**
 * Theme the selection form
 */
function theme_scs_views_selection_form($form) {
  $output = drupal_render($form['newsletter_title']);
  $output .= drupal_render($form);
}

Functions

Namesort descending Description
theme_scs_views_selection_form Theme the selection form