|
@@ -520,7 +520,7 @@ function determineActions($urls, $preferred_prefix = false)
|
|
*/
|
|
*/
|
|
function Credits($in_admin = false)
|
|
function Credits($in_admin = false)
|
|
{
|
|
{
|
|
- global $context, $smcFunc, $modSettings, $forum_copyright, $forum_version, $boardurl, $txt, $user_info;
|
|
|
|
|
|
+ global $context, $smcFunc, $modSettings, $forum_copyright, $forum_version, $software_year, $boardurl, $txt, $user_info;
|
|
|
|
|
|
// Don't blink. Don't even blink. Blink and you're dead.
|
|
// Don't blink. Don't even blink. Blink and you're dead.
|
|
loadLanguage('Who');
|
|
loadLanguage('Who');
|
|
@@ -769,7 +769,7 @@ function Credits($in_admin = false)
|
|
$context['credits_modifications'] = $mods;
|
|
$context['credits_modifications'] = $mods;
|
|
|
|
|
|
$context['copyrights'] = array(
|
|
$context['copyrights'] = array(
|
|
- 'smf' => sprintf($forum_copyright, $forum_version),
|
|
|
|
|
|
+ 'smf' => sprintf($forum_copyright, $forum_version, $software_year),
|
|
/* Modification Authors: You may add a copyright statement to this array for your mods.
|
|
/* 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.:
|
|
Copyright statements should be in the form of a value only without a array key. I.E.:
|
|
'Some Mod by Thantos © 2010',
|
|
'Some Mod by Thantos © 2010',
|