Changeset 230

User picture

Author: Mighty Gorgon

(2010/08/16 10:11) Over 1 year ago

Small fix for newscore.php

Affected files

Updated extras/trunk/activity/ip_root/newscore.php Download diff

229230
269
269
270
#==== Start Comments ================================ |
270
#==== Start Comments ================================ |
271
	$template->assign_block_vars('comment', array(
271
	$template->assign_block_vars('comment', array(
272
		'COMMENT_LINK' => '<a href="#" onclick="popup_open(\'' . append_sid('activity_popup.' . PHP_EXT .
'?mode=comments&amp;action=leave_comment&user=' . $userdata['user_id'] . '&amp;game=' . $game_name) . '\', \'New_Window\', \'400\', \'300\',
\'yes\')' . '; return false;">' . $lang['trophy_comment_notice'] . '</a>'
272
		'COMMENT_LINK' => '<a href="#" onclick="popup_open(\'' . append_sid('activity_popup.' . PHP_EXT . '?mode=comments&amp;action=leave_comment&amp;user=' . $userdata['user_id'] . '&amp;game=' . $game_name) . '\', \'New_Window\', \'400\', \'300\', \'yes\')' . '; return false;">' . $lang['trophy_comment_notice'] . '</a>'
273
		)
273
		)
274
	);
274
	);
275
#==== End Comments ================================== |
275
#==== End Comments ================================== |