File: /home/ankarasy/domains/ankarasymm.com/public_html/en/wp-content/themes/Alomaliye2/index.php
<?php get_header(); ?>
<div class="span-24" id="contentwrap">
<div class="span-14">
<iframe name="iframe" src="http://www.ankarasymm.com/rotator_uckac/index.html" width="531" height="271" marginwidth="1" marginheight="1" scrolling="no" align="absmiddle" border="0" frameborder="0"></iframe>
<br />
<p><img src="http://www.ankarasymm.com/guncel_mevzuat.png" /></p>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="postdate"><img src="<?php bloginfo('template_url'); ?>/images/date.png" /> <?php the_time('d F Y') ?> <img src="<?php bloginfo('template_url'); ?>/images/user.png" /> <?php the_author() ?> <?php if (current_user_can('edit_post', $post->ID)) { ?> <img src="<?php bloginfo('template_url'); ?>/images/edit.png" /> <?php edit_post_link('Duzenle', '', ''); } ?></div>
<div class="entry">
<?php the_content('<p align="right"><strong><img src="devami.png" /></strong></p>'); ?>
</div>
</div><!--/post-<?php the_ID(); ?>-->
<?php endwhile; ?>
<div class="navigation">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?>
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
<?php } ?>
</div>
<?php else : ?>
<h2 class="center">Bulunamadi</h2>
<p class="center">Lutfen Tekrar Deneyiniz.</p>
<?php get_search_form(); ?>
<?php endif; ?>
</div>
</div>
<?php get_sidebars(); ?>
</div>
<?php get_footer(); ?>