From 135346f2fcf3321f7826873372c74ed92f6d924b Mon Sep 17 00:00:00 2001 From: gweltas Date: Sun, 8 Feb 2004 01:28:18 +0000 Subject: Template migration git-svn-id: http://piwigo.org/svn/trunk@355 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/htmlfunctions.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/default/htmlfunctions.inc.php') diff --git a/template/default/htmlfunctions.inc.php b/template/default/htmlfunctions.inc.php index a3365b4a5..c1d8f49f9 100644 --- a/template/default/htmlfunctions.inc.php +++ b/template/default/htmlfunctions.inc.php @@ -143,9 +143,9 @@ function initialize_template() global $template, $user, $lang; $template->assign_vars(array( - 'F_START' => get_frame_start(), - 'F_BEGIN' => get_frame_begin(), - 'F_END' => get_frame_end() + 'T_START' => get_frame_start(), + 'T_BEGIN' => get_frame_begin(), + 'T_END' => get_frame_end() ) ); -- cgit v1.2.3