Please note these forums are mostly a testing ground for my SMF work and I don't really use them otherwise.
// All the buttons we can possible want and then some, try pulling the final list of buttons from cache first.
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
),
'home' => array(
'Rules' => array(
'title' => $txt['home'],
'title' => $txt['rules'],
'href' => $scripturl,
'href' => 'http://www.smfthemes.org',
'href' => $scripturl. '?action=rules',
'show' => true,
'show' => $context['allow_admin'],
'sub_buttons' => array(
'Rules' => array(
'title' => $txt['rules'],
'href' => $scripturl . '?action=rules',
'show' => true,
'sub_buttons' => array(
),
),
Page created in 0.027 seconds with 22 queries.