Linktree: Difference between revisions From Online Manual

Jump to: navigation, search
(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...")
(No difference)

Revision as of 01:03, 26 January 2014

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: