Guest User

Untitled

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