web/wp-content/themes/IRI-Theme/post.php
changeset 170 8e3a5a6fc63e
parent 136 bde1974c263b
--- 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') ?> &nbsp;|&nbsp; 
-			<?php echo(__("Published")." : "); ?>
+			<?php echo(__("Published",'IriTheme')." : "); ?>
 			<?php
 				
 				the_category(', ');
@@ -15,9 +15,14 @@
 				
 				edit_post_link('Edit', ' &nbsp;|&nbsp; ', '');
 			?>
+			<?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>