Guest User

Untitled

a guest
Apr 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function kir_theme_preprocess_page(&$variables, $hook) {
  2. if(isset($_GET['in_lightframe'])){
  3. array_unshift($variables['theme_hook_suggestions'], 'page__lightframe');
  4. }
  5. print '<!-- pre>'.print_r($variables,1).'</pre -->';
  6. }
Add Comment
Please, Sign In to add comment