Changeset 9

Show
Ignore:
Timestamp:
08/20/06 21:04:43
Author:
kai
Message:

Fixed mixed PHP/template tags.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • www/trunk/document_root/index.php

    r8 r9  
    11<?php 
    22include("Sophia.php"); 
    3  
    4 {include file="header.tpl"} 
    5  
     3$smarty->display("header.tpl"); 
     4?> 
    65 
    76<div class="content"> 
     
    7473</div> 
    7574 
    76 {include file="footer.tpl"} 
    77  
    78 {*</smarty>*} 
     75<?php 
     76$smarty->display("footer.tpl"); 
    7977?>