elePHPant

index.tpl guest book smarty

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