--- a/web/wp-content/themes/IRI-Theme/single.php Tue Mar 16 14:14:44 2010 +0000
+++ b/web/wp-content/themes/IRI-Theme/single.php Thu Mar 18 09:56:33 2010 +0000
@@ -12,7 +12,7 @@
<p class="small">
<?php the_time('j, F Y') ?> |
<?php /* the_author(); */ ?>
- <?php echo(__("Published")." : "); ?>
+ <?php echo(__("Published",'IriTheme')." : "); ?>
<?php
the_category(', ');
if($post->comment_count > 0) {
@@ -25,20 +25,22 @@
}
edit_post_link('Edit', ' | ', '');
?>
+ |
+ <?php if (class_exists('xili_language') && is_user_logged_in()) { xiliml_the_other_posts($post->ID,__("This post in",'IriTheme')," | "); } ?>
</p>
<div class="entry">
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
- <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
+ <?php wp_link_pages(array('before' => '<p><strong>'.__("Pages",'IriTheme').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<div class="tag">
- <?php the_tags('<strong>Mots clefs : </strong>',' | ','<br/> '); ?>
+ <?php the_tags('<strong>'.__("Tags :",'IriTheme').'</strong>',' | ','<br/> '); ?>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
- <p><?php _e("Sorry, no such page."); ?></p>
+ <p><?php _e("Sorry, no such page.",'IriTheme'); ?></p>
<?php endif; ?>
<!-- ADD TO ANY -->
<?php