From b13048dfb870fa6a98d355b5c9d3815442ef8668 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 28 Dec 2006 13:09:54 +0000 Subject: [PATCH] Fix template name git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1316 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profile.php b/modules/profile.php index 65f79cf..da52fb9 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -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'; -- 2.1.4