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');
// 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
if ($album_config['show_all_in_personal_gallery'] == 1)
{
$template->assign_block_vars('enable_view_toggle', array());
}
// Mighty Gorgon - Full Album Pack - END