Guest User

Untitled

a guest
May 16th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if($view == 'FrontEndPage')
  2. {
  3. $showThisPage = (isset($_GET['page'] && $_GET['page] == $moduleID)
  4. $showThisPage = (!isset($_GET['page'] && $iAmDefault)
  5. if($showThisPage)
  6. print('frontEnd van contact')
  7. }
Add Comment
Please, Sign In to add comment