Guest User

Untitled

a guest
Nov 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if (empty($_GET['q'])) {
  2. $_GET['q'] = variable_get('site_frontpage', 'node');
  3. }
  4. $_GET['q'] = drupal_get_normal_path($_GET['q']);
Add Comment
Please, Sign In to add comment