Guest User

Untitled

a guest
Oct 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?php
  2.  
  3. $navigation[$type][$parentId][$id]['hasprofilesblock'] = ($navigation[$type][$parentId][$id]['link'] == FrontendNavigation::getUrlForBlock('profiles'));
  4. $navigation[$type][$parentId][$id]['hasloginblock'] = ($navigation[$type][$parentId][$id]['link'] == FrontendNavigation::getUrlForBlock('profiles','login'));
  5. $navigation[$type][$parentId][$id]['haslogoutblock'] = ($navigation[$type][$parentId][$id]['link'] == FrontendNavigation::getUrlForBlock('profiles','logout'));
  6. ?>
Add Comment
Please, Sign In to add comment