You are here

features_views.module in Multipurpose Corporate Profile 7

File

modules/features/features_views/features_views.module
View source
<?php

/**
 * @file
 * Code for the Features views feature.
 */
include_once 'features_views.features.inc';

/**
 * Implements hook_init().
 */
function features_views_init() {
  $view = views_get_view('secondary_slider');
  $view
    ->save();
}

Functions

Namesort descending Description
features_views_init Implements hook_init().