예제 #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);
}
예제 #2
0
파일: template.views.php 프로젝트: aakb/U21
/**
 * @file
 * views mothership overwrites
 */
function mothership_preprocess_views_view_list(&$vars)
{
    mothership_preprocess_views_view_unformatted($vars);
}