Skip to content

Instantly share code, notes, and snippets.

@mediaformat
Created August 3, 2015 17:37
Show Gist options
  • Save mediaformat/e13dc652a0b79226a0e1 to your computer and use it in GitHub Desktop.
Save mediaformat/e13dc652a0b79226a0e1 to your computer and use it in GitHub Desktop.
Test if page is a specific view in page.tpl.php
<?php
$view = views_get_page_view();
if(isset($view) && $view->name == 'VIEWS_MACHINE_NAME') : ?><!-- Do Something -->
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment