Index: /branches/2.0/include/section_init.inc.php
===================================================================
--- /branches/2.0/include/section_init.inc.php	(revision 3046)
+++ /branches/2.0/include/section_init.inc.php	(revision 5254)
@@ -239,5 +239,5 @@
   else
   {
-    $page['title'] = l10n('no_category');
+    $page['title'] = '<a href="'.PHPWG_ROOT_PATH.$conf['home_page'].'">'.l10n('no_category').'</a>';
   }
 
Index: /branches/2.0/include/functions_html.inc.php
===================================================================
--- /branches/2.0/include/functions_html.inc.php	(revision 3127)
+++ /branches/2.0/include/functions_html.inc.php	(revision 5254)
@@ -240,6 +240,6 @@
   global $conf;
 
-  $output = '';
-  $is_first = true;
+  $output = '<a href="'.PHPWG_ROOT_PATH.$conf['home_page'].'">'.l10n('no_category').'</a>';
+
   foreach ($cat_informations as $cat)
   {
@@ -254,12 +254,5 @@
       );
 
-    if ($is_first)
-    {
-      $is_first = false;
-    }
-    else
-    {
-      $output.= $conf['level_separator'];
-    }
+    $output.= $conf['level_separator'];
 
     if ( !isset($url) )
Index: /branches/2.0/include/config_default.inc.php
===================================================================
--- /branches/2.0/include/config_default.inc.php	(revision 5013)
+++ /branches/2.0/include/config_default.inc.php	(revision 5254)
@@ -43,4 +43,7 @@
 // |                                 misc                                  |
 // +-----------------------------------------------------------------------+
+
+// home_page : relative url of your homepage. Empty by default. It points to the index of the gallery.
+$conf['home_page'] = '';
 
 // order_by : how to change the order of display for images in a category ?
