aboutsummaryrefslogtreecommitdiffstats
path: root/profile.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-03-03 17:49:52 +0000
committerpatdenice <patdenice@piwigo.org>2008-03-03 17:49:52 +0000
commit07abd206ce999247d0f34ed46c94cdc0023ff2cf (patch)
treeee883e0535cb2bb5d408f07b65bfd099ca3656c7 /profile.php
parent5693f3e28bb47d9361b60c582befedc7878bbc56 (diff)
Register goes smarty.
Correction in profile.php (forgotten assign_var) git-svn-id: http://piwigo.org/svn/trunk@2247 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'profile.php')
-rw-r--r--profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.php b/profile.php
index 3cd387e22..a74ca42de 100644
--- a/profile.php
+++ b/profile.php
@@ -54,7 +54,7 @@ if (!defined('PHPWG_ROOT_PATH'))
make_index_url(), // for redirect
$userdata );
- $template->assign_var('U_HOME', make_index_url() );
+ $template->assign('U_HOME', make_index_url());
// +-----------------------------------------------------------------------+
// | errors display |