diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php
index 8cf9889aa06..1e5163dd79b 100644
--- a/htdocs/admin/ihm.php
+++ b/htdocs/admin/ihm.php
@@ -379,7 +379,7 @@ else // Show
print '
';
- // Liste des zone de recherche permanantes support�es
+ // Liste des zone de recherches permanentes supportees
print '
';
print '| '.$langs->trans("PermanentLeftSearchForm").' | '.$langs->trans("Activated").' | |
';
$var=true;
diff --git a/htdocs/lib/usergroups.lib.php b/htdocs/lib/usergroups.lib.php
index 19e947e1ddc..f036ea76a01 100644
--- a/htdocs/lib/usergroups.lib.php
+++ b/htdocs/lib/usergroups.lib.php
@@ -171,7 +171,7 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
while (($subdir = readdir($handle))!==false)
{
if (is_dir($dirtheme."/".$subdir) && substr($subdir, 0, 1) <> '.'
- && substr($subdir, 0, 3) <> 'CVS' && ! preg_match('/common/i',$subdir))
+ && substr($subdir, 0, 3) <> 'CVS' && ! preg_match('/common|phones/i',$subdir))
{
if ($i % $thumbsbyrow == 0)
{