aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/htmlfunctions.inc.php
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-02-08 01:28:18 +0000
committergweltas <gweltas@piwigo.org>2004-02-08 01:28:18 +0000
commit135346f2fcf3321f7826873372c74ed92f6d924b (patch)
tree6def8fb4409b699c8086fe926eb4e200aedf4589 /template/default/htmlfunctions.inc.php
parente712c4aef84d5ac73e55f904a8922064f63f90a3 (diff)
Template migration
git-svn-id: http://piwigo.org/svn/trunk@355 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/htmlfunctions.inc.php')
-rw-r--r--template/default/htmlfunctions.inc.php6
1 files changed, 3 insertions, 3 deletions
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()
)
);