From: x2003bruneau Date: Thu, 28 Dec 2006 13:09:54 +0000 (+0000) Subject: Fix template name X-Git-Tag: xorg/0.9.13~152 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b13048dfb870fa6a98d355b5c9d3815442ef8668;p=platal.git Fix template name git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1316 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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';