Ignore:
Timestamp:
12/19/10 19:10:47 (13 years ago)
Author:
atzm
Message:

modify template path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pycgibattler/trunk/80error.tmpl

    r57 r60  
    11## $Id$ 
    22#encoding UTF-8 
    3 #include "00header.tmpl" 
     3#import os 
     4#include $os.path.expanduser($config.get('template', 'header')) 
    45 
    56      <div class="day"> 
     
    1920      </div> 
    2021 
    21 #include "90footer.tmpl" 
     22#include $os.path.expanduser($config.get('template', 'footer')) 
Note: See TracChangeset for help on using the changeset viewer.