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/10index.tmpl

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