Register goes smarty.

Correction in profile.php (forgotten assign_var)

git-svn-id: http://piwigo.org/svn/trunk@2247 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2008-03-03 17:49:52 +00:00
parent 5693f3e28b
commit 07abd206ce
3 changed files with 23 additions and 27 deletions
+1 -1
View File
@@ -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 |