Yoshihisa Fukuhara
higef****@users*****
2005年 6月 26日 (日) 01:57:33 JST
Index: affelio/admin.cgi diff -u affelio/admin.cgi:1.4 affelio/admin.cgi:1.5 --- affelio/admin.cgi:1.4 Sun Jun 26 01:52:22 2005 +++ affelio/admin.cgi Sun Jun 26 01:57:33 2005 @@ -6,7 +6,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: admin.cgi,v 1.4 2005/06/25 16:52:22 higefuku Exp $ +# $Id: admin.cgi,v 1.5 2005/06/25 16:57:33 higefuku Exp $ use strict; @@ -526,7 +526,7 @@ # my $af = $self->{af}; #Set template file name - my $TMPL_FILE = "$af->{site__fs_root}/templates_dyn/header.tmpl"; + my $TMPL_FILE = "$af->{site__fs_root}/templates_dyn/_header.tmpl"; #Set data for template my %output_data = (); $output_data{'app__css_path'} = $af->{site__web_root}."/templates/default/owner_side"; @@ -560,7 +560,7 @@ # my $af = $self->{af}; #Set template file name - my $TMPL_FILE = "$af->{site__fs_root}/templates_dyn/footer.tmpl"; + my $TMPL_FILE = "$af->{site__fs_root}/templates_dyn/_footer.tmpl"; my $tmpl = new HTML::Template(filename => $TMPL_FILE); my $final_out = "</div><!--afPubMain-->"