Show
Ignore:
Timestamp:
07/27/2012 09:17:42 AM (10 months ago)
Author:
moo
Message:

refactor: move htdocs, bin, lib for easier installation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/cacher/edit.tpl.php

    r1038 r1053  
    1 <?php include("header.tpl.php"); ?> 
     1<?php include("../common/header.tpl.php"); ?> 
    22<?php 
    33$h_name = htmlspecialchars($name); 
     
    1616    </fieldset> 
    1717</form> 
    18 <?php include("footer.tpl.php"); ?> 
     18<?php include("../common/footer.tpl.php"); ?>