Каким-то неведомым для меня образом, начальство решило поручить мени поправить сайт=)Помогите плз!
Вот сам скрипт:
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("");
include('parameters.php');
$APPLICATION->SetPageProperty('title',$CatalogInfo['NAME']);
?>
<script>
$(document).ready(function() {
$("a.galleryPos").fancybox();
$("a#inline").fancybox({
'hideOnContentClick': true
});
$(".galleryPos a").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 600,
'speedOut' : 200,
'overlayShow' : true,
'titlePosition' : 'inside'
});
});
</script>
<h1><?if($CatalogInfo['UF_TRANSCRIPT']!==null):?><?=$CatalogInfo['UF_TRANSCRIPT']?><?else:?><?=$CatalogInfo['NAME']?><?endif;?></h1>
<?=$CatalogInfo['DESCRIPTION']?> <?if($GalleryPhoto['0']['DESCRIPTION']!==null) :?>
<div class="separator"></div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr> <td>
<div class="gallery"> <?for($i=0,$n=count($GalleryPhoto);$i<$n;$i++) {?>
<div class="item"> <a href="<?=$GalleryPhoto[$i]['VALUE']['SRC']?>" rel="group" class="galleryPos" ><img src="<?=$GalleryPhoto[$i]['PICTURE_RESIZED']['src']?>" width="150" height="112" alt="<?=$GalleryPhoto[$i]['VALUE']['DESCRIPTION']?>" /></a>
<div class="item_sign"><a href="<?=$GalleryPhoto[$i]['VALUE']['SRC']?>" class="galleryPos" ><?=$GalleryPhoto[$i]['VALUE']['DESCRIPTION']?></a></div>
</div>
<?}?> </div>
</td> </tr>
</tbody>
</table>
<div class="separator"></div>
<?if($Files[$i]['VALUE']['CONTENT_TYPE']=='application/msword'):?></ul>
<ul class="docs"><?endif?></ul>
Сайт на битриксе, при любом действии на сайте выдаёт вот такую вот ошибку: Parse error: syntax error, unexpected $end in /home/rt12fg/xn----7sbfcttbpoegaamqg1a8nxb.xn--p1ai/docs/content/index.php on line 47
Выручайте=(