News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

need coding help!

Started by ninja111, June 15, 2012, 08:04:04 PM

Previous topic - Next topic

ninja111

array(
'title' => $txt['credits_groups_founder'],
'members' => array(
'Unknown W. "[Unknown]" Brackets',
),
),
array(
'title' => $txt['credits_groups_orignal_pm'],
'members' => array(
'Jeff Lewis',
'Joseph Fung',
'David Recordon',
),
),
),
);

$context['copyrights'] = array(
'smf' => sprintf($forum_copyright, $forum_version),

/* Modification Authors:  You may add a copyright statement to this array for your mods.
Copyright statements should be in the form of a value only without a array key.  I.E.:
'Some Mod by Thantos © 2010',
$txt['some_mod_copyright'],
*/
/* Breeze notifications */
how do i do that correctly?? →→→→→→→→→→→→→ )if(empty($user_info['is_guest']))),
{
$notifications = new BreezeNotifications();
$subs = new BreezeSubs();
$subs->headersNotification();
$notifications->doStream($user_info['id']);
}

// Wireless mode?  Load up the wireless stuff.
AvatarFrame_who(),
'<a href="http://ifandbut.com/talk/index.php?board=10.0" target="_blank" title="SMF forum support, design and development">SMF Fake Users and Guests online &copy; Ricky.</a>',
),
);

// Copys Adk Team
$context['copyadk'] = array(
'Adk' => array(
$txt['Adk_pifPcode'],
),
);
// Copys Adk Team

if (!$in_admin)
{
loadTemplate('Who');
$context['sub_template'] = 'credits';
$context['robot_no_index'] = true;
$context['page_title'] = $txt['credits'];
}
}

?>


It says Parse error: syntax error, unexpected T_IF, expecting ')' in /home/ninjaesc/public_html/Sources/Who.php on line 802 I have added ), and it still wont work.

Suki

I already answered on the other topic.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Advertisement: