You are here

function space::links in Spaces 5.2

Same name and namespace in other branches
  1. 6 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 255

Class

space
Interface for space objects.

Code

function links(&$links);