Linktree From Online Manual

Revision as of 01:03, 26 January 2014 by Live627 (talk | contribs) (Created page with "{{TOCright}} This is that thing that shows "My Community | General Category | General Discussion".. ==Create a linktree== SMF nearly always loads a linktree. Usually you would ad...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: