Changeset 23894

Show
Ignore:
Timestamp:
11/17/08 14:36:55 (5 years ago)
Author:
tokuhirom
Message:

パックしたあとでうまくうごかなくなってた

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/MENTA/trunk/lib/MENTA.pm

    r23893 r23894  
    125125                        } 
    126126                    } else { 
    127                         my $tmplfname = config->{menta}->{tmpl_dir} . "/${mode}.html"; 
     127                        my $tmplfname = ($MENTA::BUILT ? config->{menta}->{tmpl_cache_dir} : config->{menta}->{tmpl_dir}) . "/${mode}.html"; 
    128128                        if (-f $tmplfname) { 
    129129                            render("${mode}.html");