Linktree From Online Manual

Jump to: navigation, search

This is that thing that shows "My Community | General Category | General Discussion"..

Create a linktree

SMF nearly always loads a linktree. Usually you would add an item to it.

Definitions

// Load up the linktree!
$context['linktree'][] = array(
  'extra_before' => $txt['calendar'],
  'url' => $scripturl . '?action=calendar',
  'name' => $txt['calendar'],
  'extra_after' => $txt['calendar'],
);


Advertisement: