Bu temanın Özel Alan kodunu bilen var mı?
7
●344
- 26-01-2010, 19:58:30home.php
<?php get_header(); ?> <?php get_sidebar(); ?> <div class="wpn_right"> <?php if (have_posts()) : ?> <?php include ('editable/homepage/pitch.php'); ?> <div class="wpn_content"> <?php include ('editable/homepage/clients.php'); ?> <div class="wpn_clear"></div> <?php include ('editable/homepage/about-us.php'); ?> </div> <!-- 404 Error --> <?php else : include ('editable/404/404-error.php'); endif; ?> <div class="wpn_clear"></div> </div> <?php get_footer(); ?>index.php
<?php get_header(); ?> <?php get_sidebar(); ?> <div class="wpn_right"> <?php if (have_posts()) : ?> <?php include ('editable/homepage/pitch.php'); ?> <div class="wpn_content"> <?php include ('editable/homepage/clients.php'); ?> <div class="wpn_clear"></div> <?php include ('editable/homepage/about-us.php'); ?> </div> <!-- 404 Error --> <?php else : include ('editable/404/404-error.php'); endif; ?> <div class="wpn_clear"></div> </div> <?php get_footer(); ?> - 26-01-2010, 20:21:06teşekkür ettim repledimKMLGRLR adlı üyeden alıntı: mesajı görüntüle
- 26-01-2010, 20:24:19OnurStyle adlı üyeden alıntı: mesajı görüntüleBen teşekkür ederim, kolay gelsinZXZ adlı üyeden alıntı: mesajı görüntüle
+rep