Skip to content

Instantly share code, notes, and snippets.

@oxyc
Created February 27, 2012 08:21
Show Gist options
  • Select an option

  • Save oxyc/1922546 to your computer and use it in GitHub Desktop.

Select an option

Save oxyc/1922546 to your computer and use it in GitHub Desktop.
$view = views_get_view('news');
$view->set_display('block_1');
if (!in_array($language->language, array('fi', 'sv'))) {
$view->set_item('block_1', 'filter', 'language_2', NULL);
$view->add_item('block_1', 'filter', 'node', 'language', array('value' => array('value' => 'fi')));
}
$previous_articles = $view->render();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment