--- a/web/wp-content/themes/IRI-Theme/post.php Tue Mar 16 14:14:44 2010 +0000
+++ b/web/wp-content/themes/IRI-Theme/post.php Thu Mar 18 09:56:33 2010 +0000
@@ -3,7 +3,7 @@
<h2><a href="<?php the_permalink() ?>" rel="bookmark" ><?php the_title(); ?></a></h2>
<p class="small">
<?php the_time('j, F Y') ?> |
- <?php echo(__("Published")." : "); ?>
+ <?php echo(__("Published",'IriTheme')." : "); ?>
<?php
the_category(', ');
@@ -15,9 +15,14 @@
edit_post_link('Edit', ' | ', '');
?>
+ <?php
+ //echo ("ici");
+ $langdir = ((class_exists('xili_language')) ? get_cur_post_lang_dir($post->ID) : array());
+ echo ($langdir['direction']);
+ ?>
</p>
<div class="entry">
<p><?php the_excerpt_rss(); ?></p>
- <a class="more" href="<?php the_permalink() ?>" title="<?php the_title(); ?>">Lire la suite de l'article</a>
+ <a class="more" href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php _e("Read this post",'IriTheme'); ?></a>
</div>
</div>