Skip to content

Instantly share code, notes, and snippets.

@loulou2u
Last active August 29, 2015 14:19
Show Gist options
  • Save loulou2u/077a9324e5cd9d01da84 to your computer and use it in GitHub Desktop.
Save loulou2u/077a9324e5cd9d01da84 to your computer and use it in GitHub Desktop.
Adding a LiveWhale Tab
public function onTabs($tabs) { // configures tabs
global $_LW;
if (@$_SESSION['livewhale']['manage']['grouptitle']!='Public'){
$tabs['mytab']=array('MyTab','https://link-to-your-application.edu',0,0,0); // add tab
}
return $tabs;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment