templates/layout.tpl
changeset 4 d9298ea00d20
parent 0 4869aea77e21
equal deleted inserted replaced
3:396b6d2e0466 4:d9298ea00d20
    16 </head>
    16 </head>
    17 <body>
    17 <body>
    18 <div id="page">
    18 <div id="page">
    19     {include file="header.tpl"}
    19     {include file="header.tpl"}
    20     <div class="content">
    20     <div class="content">
    21         {include file="{$page}.tpl"}
    21         {include file="{$action}.tpl"}
    22     </div>
    22     </div>
    23 
    23 
    24     <div class="footer-area">
    24     <div class="footer-area">
    25         <div class="footer">
    25         <div class="footer">
    26             {include file="footer.tpl"}
    26             {include file="footer.tpl"}