Skip to content

Instantly share code, notes, and snippets.

@supakornkim
Created August 1, 2020 03:50
Show Gist options
  • Save supakornkim/c0ddd72f31d27b33777a535da7867651 to your computer and use it in GitHub Desktop.
Save supakornkim/c0ddd72f31d27b33777a535da7867651 to your computer and use it in GitHub Desktop.
block file name
block--block--1.tpl.php
css
body.admin-menu{ margin-top:0px !important; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; } a { color:inherit; }
$view = views_get_view('stock_info');
$exposed_filters = array(
'data' => "CNI",
);
$view->set_exposed_input($exposed_filters);
$view->set_items_per_page(0);
$view->execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment