Parse error: syntax error, hatası

blexis

OpenCart-TR
Katılım
19 Eyl 2010
Mesajlar
23
Tepkime puanı
0
Puanları
0
iyi aksamlar ana sayfadaki hoş geldiniz yazısını kaldırmak için home tplyi degiştirmeye çalısırken bir hata yaptım ve içinden cıkamıorum aldıgım hata
Parse error: syntax error, unexpected '}' in /home/..../public_html/catalog/view/theme/default/template/common/home.tpl on line 27
hatası alıyorum sinir oldum orjinaliylede karsılaştırdım bir şey göremedim: yardımcı olabilirmisiniz teşekkürler..
home tpl dosyası içerigi..

Kod:
<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?>
<div id="content">

<div class="top">
<div class="left"></div>
<div class="right"></div>
<div class="center">
<h1><?php echo $heading_title; ?></h1>
</div>
</div>
<div class="middle">
<div><?php echo $welcome; ?></div>
</div>
<div class="bottom">
<div class="left"></div>
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'tr'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> 

<div class="right"></div>
<div class="center"></div>
</div>
<?php } ?>
<?php foreach ($modules as $module) { ?>
<?php echo ${$module['code']}; ?>

</div>
<?php echo $footer; ?>
 

fidans

OpenCart-TR
Katılım
15 Mar 2011
Mesajlar
8
Tepkime puanı
0
Puanları
0
Web sitesi
www.craftbilgisayar.com
PHP:
<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?>
<div id="content">

<div class="top">
<div class="left"></div>
<div class="right"></div>
<div class="center">
<h1><?php echo $heading_title; ?></h1>
</div>
</div>
<div class="middle">
<div><?php echo $welcome; ?></div>
</div>
<div class="bottom">
<div class="left"></div>
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'tr'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> 

<div class="right"></div>
<div class="center"></div>
</div>

<?php foreach ($modules as $module) { ?>
<?php echo ${$module['code']}; ?>
<?php } ?>
</div>
<?php echo $footer; ?>

Bunu bir denermisin bir } kapama hatası vardı onu düzelttim
 

blexis

OpenCart-TR
Katılım
19 Eyl 2010
Mesajlar
23
Tepkime puanı
0
Puanları
0
fidans' Alıntı:
PHP:
<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?>
<div id="content">

<div class="top">
<div class="left"></div>
<div class="right"></div>
<div class="center">
<h1><?php echo $heading_title; ?></h1>
</div>
</div>
<div class="middle">
<div><?php echo $welcome; ?></div>
</div>
<div class="bottom">
<div class="left"></div>
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'tr'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> 

<div class="right"></div>
<div class="center"></div>
</div>

<?php foreach ($modules as $module) { ?>
<?php echo ${$module['code']}; ?>
<?php } ?>
</div>
<?php echo $footer; ?>

Bunu bir denermisin bir } kapama hatası vardı onu düzelttim
cok teşekkürler:) tam olarak neresiymiş sölermisin kanser etti beni:)
 
Üst