bug fixed: U_HELP missing

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1241 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2006-04-21 20:39:43 +00:00
parent e915bd4b6c
commit 5ea322041d
+1
View File
@@ -74,6 +74,7 @@ $template->set_filenames(
$template->assign_vars(
array(
'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=cat_move',
'F_ACTION' => PHPWG_ROOT_PATH.'admin.php?page=cat_move',
)
);