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 $row as $r}
- <p>{$r.email} - {$r.name} - {$r.msg}</p>
- {/foreach}
- {include file="templates/footer.tpl"}
Advertisement
Add Comment
Please, Sign In to add comment