Changeset 9
- Timestamp:
- 08/20/06 21:04:43
- Files:
-
- www/trunk/document_root/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
www/trunk/document_root/index.php
r8 r9 1 1 <?php 2 2 include("Sophia.php"); 3 4 {include file="header.tpl"} 5 3 $smarty->display("header.tpl"); 4 ?> 6 5 7 6 <div class="content"> … … 74 73 </div> 75 74 76 {include file="footer.tpl"} 77 78 {*</smarty>*} 75 <?php 76 $smarty->display("footer.tpl"); 79 77 ?>
