Changeset 122 for templates/index.tpl

Show
Ignore:
Timestamp:
11/09/06 20:44:39 (7 years ago)
Author:
dez
Message:

Adds editing of static content
Changes branding and footer backgrounds for IE<7 - fixes #12

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • templates/index.tpl

    r119 r122  
    1212<div id="primaryC"> 
    1313{$body} 
     14 
     15{if $modified} 
     16<div id="edit"> 
    1417{if $editable} 
    15 <div id="edit"> 
    16 Edit 
     18<a href="?action=edit">Edit</a><br /> 
     19{/if} 
     20Page last modified {$modified} 
    1721</div> 
    1822{/if}