Esempio n. 1
0
function mothership_preprocess_views_view_list(&$vars)
{
    //we need to go down to the unformatted preprocess to rip out the individual classes
    mothership_preprocess_views_view_unformatted($vars);
}
Esempio n. 2
0
/**
 * @file
 * views mothership overwrites
 */
function mothership_preprocess_views_view_list(&$vars)
{
    mothership_preprocess_views_view_unformatted($vars);
}