elePHPant

index.tpl

Nov 8th, 2021
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. {* Smarty *}
  2. {include file="templates/header.tpl"}
  3. The Main Page.
  4. <br>
  5. GuestBook:
  6.  {foreach $row as $r}
  7.    <p>{$r.email} - {$r.name} - {$r.msg}</p>
  8. {/foreach}
  9. {include file="templates/footer.tpl"}
Advertisement
Add Comment
Please, Sign In to add comment