Changeset 122 for templates/index.tpl
- Timestamp:
- 11/09/06 20:44:39 (7 years ago)
- Files:
-
- 1 modified
-
templates/index.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
templates/index.tpl
r119 r122 12 12 <div id="primaryC"> 13 13 {$body} 14 15 {if $modified} 16 <div id="edit"> 14 17 {if $editable} 15 <div id="edit"> 16 Edit 18 <a href="?action=edit">Edit</a><br /> 19 {/if} 20 Page last modified {$modified} 17 21 </div> 18 22 {/if}
