[SMARTY] Re: php pseudo frames with smarty

"Jonathan Dray" <[email protected]> Tue, 19 Sep 2006 16:31:20 +0200
Newsgroups gmane.comp.php.smarty.general
Message-ID <[email protected]>
2006/9/19, Jonathan Dray <[email protected]>:
>
> Hi
>
> I'm new to smarty and I'm trying to implement the php pseud-frames
> navigation system with smarty.
> Here is the way I'm doing it right now :
>
>
> $smarty->display('header.tpl');
> include 'mypage.php';
> $smarty->display('footer.tpl');
>
> the include page could be any ressource like images, php file, html or
> other...
>
> Is it a good / bad way of doing pseudo frames with smarty ?
> Do you have other solutions / other navigation techniques ??
>
>
>