--- a/web/wp-content/themes/IRI-Theme/home.php Tue Mar 16 14:14:44 2010 +0000
+++ b/web/wp-content/themes/IRI-Theme/home.php Thu Mar 18 09:56:33 2010 +0000
@@ -2,13 +2,16 @@
<!--START LEFT SIDE-->
<div id="feature" class="column span-15 colborder">
<!--BEGIN FEATURED POST-->
- <?php query_posts('name=home'); ?>
+ <?php
+ $PostHomeId = xilimlSam_other_posts(3);
+ query_posts("p=".$PostHomeId);
+ ?>
<?php while (have_posts()) : the_post(); ?>
<div id="maincontent" class="column span-15 colborder first">
<div class="contentHome">
<div class="category-page-header">
<div id="p2c-header">
- <?php the_content(); ?>
+ <?php the_content(); ?>
</div>
</div>
</div>
@@ -32,7 +35,7 @@
<!-- ACTU BOX -->
<div>
- <h3><?php _e("Prochains évènements"); ?></h3>
+ <h3><?php _e("Next Events",'IriTheme'); ?></h3>
<?php ec3_get_events_home(1); ?>
<!-- -->
@@ -49,7 +52,7 @@
<hr></hr>
<!-- AGENDA BOX -->
- <h3><?php _e("Agenda "); ?>
+ <h3><?php _e("Calendar",'IriTheme'); ?>
<?php
// iCalendar link.
$webcal = get_option('home') . "/?ec3_ical";
@@ -58,7 +61,7 @@
if(strstr($_SERVER['HTTP_USER_AGENT'],'Mac OS X'))
$webcal = preg_replace('/^http:/','webcal:',$webcal);
echo "\t <a id='ec3_publish' href='$webcal'"
- . " title='Cliquer ici pour vous abonner au Icalendar de l"Institut de recherche et d"innovation.'>\n"
+ . " title='".__('Cliquer ici pour vous abonner au Icalendar de l"Institut de recherche et d"innovation.','IriTheme').">\n"
. "\t <img src='".get_option('home')."/wp-content/plugins/event-calendar/publish.gif' alt='iCalendar' />\n"
. "\t </a>\n";
?>
@@ -71,13 +74,13 @@
<!-- SOCIAL AREA -->
<div id="social">
- <?php _e("Réseaux :"); ?>
+ <?php _e("Networks",'IriTheme'); ?> :
<ul class="addtoany_list">
- <li><a target="_blank" rel="nofollow" href="http://twitter.com/IRILive" title="Cliquez ici pour accéder au compte Twitter de l Institut de recherche et d innovation (IRI) "><img width="16" height="16" alt="Twitter" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/twitter.png"/></a> </li>
- <li><a target="_blank" rel="nofollow" href="http://www.facebook.com/home.php?#/pages/Institut-de-recherche-et-dinnovation-IRI/259317533466" title="Cliquez ici pour souscrire a la page Facebook de l Institut de recherche et d innovation (IRI) "><img width="16" height="16" alt="Facebook" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/facebook.png"/></a></li>
- <li><a target="_blank" rel="nofollow" href="http://delicious.com/iri_institute" title="Cliquez ici pour accéder au compte Delicious de l Institut de recherche et d innovation (IRI) "><img width="16" height="16" alt="Delicous" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/delicious.png"/></a></li>
- <li><a target="_blank" rel="nofollow" href="http://www.flickr.com/photos/iri_institute/" title="Cliquez ici pour accéder au compte flick R de l Institut de recherche et d innovation (IRI) "><img width="16" height="16" alt="FlickR" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/flickr.gif"/></a></li>
- <li><a target="_blank" rel="nofollow" href="http://www.linkedin.com/groups?home=&gid=2718850" title="Cliquez ici pour accéder au groupe linkedin de l Institut de recherche et d innovation (IRI) "><img width="16" height="16" alt="FlickR" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/linkedin.png"/></a></li>
+ <li><a target="_blank" rel="nofollow" href="http://twitter.com/IRILive" title="<?php __("Click here to access IRI's Twitter account",'IriTheme')?>"><img width="16" height="16" alt="Twitter" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/twitter.png"/></a> </li>
+ <li><a target="_blank" rel="nofollow" href="http://www.facebook.com/home.php?#/pages/Institut-de-recherche-et-dinnovation-IRI/259317533466" title="<?php _e("Click here to access IRI's Facebook account",'IriTheme'); ?>"><img width="16" height="16" alt="Facebook" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/facebook.png"/></a></li>
+ <li><a target="_blank" rel="nofollow" href="http://delicious.com/iri_institute" title="<?php __("Click here to access IRI's Delicious account",'IriTheme')?>"><img width="16" height="16" alt="Delicous" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/delicious.png"/></a></li>
+ <li><a target="_blank" rel="nofollow" href="http://www.flickr.com/photos/iri_institute/" title="<?php __("Click here to access IRI's FlickR account",'IriTheme')?>"><img width="16" height="16" alt="FlickR" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/flickr.gif"/></a></li>
+ <li><a target="_blank" rel="nofollow" href="http://www.linkedin.com/groups?home=&gid=2718850" title="<?php __("Click here to access IRI's LinkedIn account",'IriTheme')?>"><img width="16" height="16" alt="FlickR" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/linkedin.png"/></a></li>
<ul>
</div>
<!--END OF THIS AREA -->