Re: [SMARTY] Template last modification date

"Evan Wagner" <[email protected]>
Newsgroups gmane.comp.php.smarty.general
Message-ID <[email protected]>
Change the $filename variable to the path and filename of your template
file:

 ---- BEGIN PHP CODE --------
$filename = "templates/index.tpl";
$smarty->assign('filemodified', date ("F d Y H:i:s.",
filemtime($filename)));
------ END PHP CODE ---------

----- BEGIN TEMPLATE CODE -----
File last modified on {$filemodified}
----- END TEMPLATE CODE ------

On 3/17/06, Robert Hicks <[email protected]> wrote:
>
> I thought I had seen this somewhere on the site but I have been looking
> all morning.
>
> Is there a simple way to display the last mod date of a template?
>
> Robert
>
> --
> Smarty General Mailing List (http://smarty.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.