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/20character.tmpl

    r57 r60  
    11## $Id$ 
    22#encoding UTF-8 
     3#import os 
    34#import time 
    45#import urllib 
    56#import xml.sax.saxutils 
    6 #include "00header.tmpl" 
     7#include $os.path.expanduser($config.get('template', 'header')) 
    78 
    89#for $e in $entries 
     
    7172      </div> 
    7273 
    73 #include "90footer.tmpl" 
     74#include $os.path.expanduser($config.get('template', 'footer')) 
Note: See TracChangeset for help on using the changeset viewer.