Skip to content

Instantly share code, notes, and snippets.

@csakiistvan
Created August 22, 2013 18:54
Show Gist options
  • Select an option

  • Save csakiistvan/6311271 to your computer and use it in GitHub Desktop.

Select an option

Save csakiistvan/6311271 to your computer and use it in GitHub Desktop.
Embed View
Drupal 6
<?php print views_embed_view('banner', 'page_1', 'co_profile', $language->language); ?>
Drupa 7
template.php ban a preprocess_page-ben
$variables['front_slideshow'] = views_embed_view('front_slideshow', 'block');
page.tpl.php-ban pedig:
<?php if ($front_slideshow): ?>
<?php print $front_slideshow; ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment