https://www.icyphoenix.com/viewtopic.php?f=26&t=1054&p=8317#p8317
-----------------------------------
GeekyGirl
Wed 31 Jan, 2007 03:45

FAP SUPPORT - Parse Error In Usercp_viewprofile.php
-----------------------------------
I'm getting the following error when trying to view a user's profile:

Parse error: syntax error, unexpected T_IF, expecting ')' in /home/scrapuni/public_html/Forum/includes/usercp_viewprofile.php on line 339

I checked the install details and copied and pasted code into file to make sure it was correct but still get the error.

Here is the complete code entered before the $template->pparse('body');
	[code linenumbers=false]// Mighty Gorgon - Full Album Pack - BEGIN
if ($album_config['show_all_in_personal_gallery'] == 1)
{
	$template->assign_block_vars('enable_view_toggle', array());
}
// Mighty Gorgon - Full Album Pack - END[/code]


