Afficher un message
Vieux 17/03/2006, 15h18   #3
Evan Wagner
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [SMARTY] Template last modification date

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 <sigzero@gmail.com> 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
>
>


  Réponse avec citation
 
Page generated in 0,05402 seconds with 9 queries