コード例 #1
0
ファイル: views.php プロジェクト: kieranbutler/ikieran
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);
}