diff --git a/htdocs/projet/activity/index.php b/htdocs/projet/activity/index.php
index f98a393e188..845e99e54a0 100644
--- a/htdocs/projet/activity/index.php
+++ b/htdocs/projet/activity/index.php
@@ -55,7 +55,7 @@ if ($mine) $title=$langs->trans("MyActivities");
llxHeader("",$title);
-print_fiche_titre($title);
+print_fiche_titre($title, '', 'title_project');
if ($mine) print $langs->trans("MyTasksDesc").'
';
else
diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php
index 1df9359dfa5..0a6c1ae5d2d 100644
--- a/htdocs/projet/activity/perday.php
+++ b/htdocs/projet/activity/perday.php
@@ -189,7 +189,7 @@ $tasksrole=$taskstatic->getUserRolesForProjectsOrTasks(0,$usertoprocess,($projec
llxHeader("",$title,"");
-print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num);
+print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num, '', 'title_project');
// Show navigation bar
diff --git a/htdocs/projet/activity/perweek.php b/htdocs/projet/activity/perweek.php
index 77b65a19c6b..063045f8577 100644
--- a/htdocs/projet/activity/perweek.php
+++ b/htdocs/projet/activity/perweek.php
@@ -183,7 +183,7 @@ $tasksrole=$taskstatic->getUserRolesForProjectsOrTasks(0,$usertoprocess,($projec
llxHeader("",$title,"",'','','',array('/core/js/timesheet.js'));
-print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num);
+print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num, '', 'title_project');
// Show navigation bar
diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php
index 4e5b182ada8..11662545326 100644
--- a/htdocs/projet/card.php
+++ b/htdocs/projet/card.php
@@ -387,7 +387,7 @@ if ($action == 'create' && $user->rights->projet->creer)
$thirdparty=new Societe($db);
if ($socid > 0) $thirdparty->fetch($socid);
- print_fiche_titre($langs->trans("NewProject"));
+ print_fiche_titre($langs->trans("NewProject"), '', 'title_project');
print '