Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {* Smarty *}
- {include file="templates/header.tpl"}
- The Main Page.
- <br>
- GuestBook:
- {foreach from=$rw item=row}
- <p>{$row.email} - {$row.name} - {$row.msg}</p>
- {/foreach}
- {include file="templates/footer.tpl"}
Advertisement
Add Comment
Please, Sign In to add comment