Fix template name
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 28 Dec 2006 13:09:54 +0000 (13:09 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 28 Dec 2006 13:09:54 +0000 (13:09 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1316 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/profile.php

index 65f79cf..da52fb9 100644 (file)
@@ -173,7 +173,7 @@ class ProfileModule extends PLModule
         global $globals;
         require_once 'user.func.inc.php';
 
-        $page->changeTpl('profile/fiche.tpl', SIMPLE);
+        $page->changeTpl('profile/profile.tpl', SIMPLE);
 
         $view = 'private';
         if (!S::logged() || Env::v('view') == 'public') $view = 'public';