You are here

function space::links in Spaces 6

Same name and namespace in other branches
  1. 5.2 spaces.module \space::links()

Method that allows the space type to add to/modify the utility "links" provided to visitors in a space.

Parameters

$links: The current space utility links (for use with theme_links) array passed by reference.

File

./spaces.module, line 404

Class

space
Interface for space objects.

Code

function links(&$links);