Arkadaşlar merhaba,
aşağıdaki hatayı alıyorum. yardımcı olabilir misiniz?
Parse error: syntax error, unexpected $end, expecting T_VARIABLE or T_DOLLAR_OPEN_CURLY_BRACES or T_CURLY_OPEN in /home/yondemne/public_html/index.php on line 6
Teşekkürler
Hata Alıyorum - Parse error: syntax error, unexpected $end, expecting T_VARIABLE or T_DOLLAR_OPEN_CU
8
●1.927
- 03-04-2014, 10:58:52index dosyasının içi aşağıdaki gibi. site zaten yayında olan bir site. bu sabah baktığımda bu hatayı gordum.
<?php get_header(); ?>
<div id="inner_container">
<meta name="google-site-verification" content="1O8NTuO-zmiIr6agYwB4wLDg2pt6EfBYFQeG6YjPIok" />
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="postdata">
<?php _e('Yazan:'); ?> <?php the_author(); ?> Tarih: <?php the_time('M') ?> <?php the_time('jS') ?>, <?php the_time('Y') ?> | <?php _e('Kategori::'); ?> <?php the_category(', ') ?>
</div>
<div class="entry">
<?php the_content('<br />Yazinin tamamini oku →'); ?>
<br clear="all" />
<div class="metadata_center">
<span class="commr"><?php comments_popup_link('Ilk Yorumu Sen Yap →', '1 Yorum Yapilmis', '% Yorum Yapilmis'); ?></span> <?php edit_post_link('Duzenle', ' | ', ''); ?>
</div>
</div><!-- entry -->
</div><!-- post -->
<?php endwhile; ?>
<div id="navigation">
<div class="alignleft"><?php next_posts_link('« Onceki Sayfa') ?></div>
<div class="alignright"><?php previous_posts_link('Sonraki Sayfa »') ?></div>
</div>
<?php else : ?>
<div class="post">
<h2><?php _e('Bulunamadi'); ?></h2>
</div>
<?php endif; ?>
</div><!-- inner_container -->
<div class="rsidebar">
<?php get_sidebar(); ?>
</div>
</div><!-- container_right (from header.php) -->
<div id="lsidebar">
<?php include (TEMPLATEPATH . "/llsidebar.php"); ?>
</div>
<?php get_footer(); ?>
