j
k
j a
j l
Shouldn't you be able to put an if statement in the skin? Something like: If ( $wgUser->hasRights() ) { echo $links; } Though hasRights is just something I made up. I forgot what the real one is called.
Shouldn't you be able to put an if statement in the skin? Something like:
If ( $wgUser->hasRights() ) { echo $links; }
Though hasRights is just something I made up. I forgot what the real one is called.
userCan()?
Back to the thread
Back to the list