X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Php echo present year (https://forum.x-cart.com/showthread.php?t=27880)

pteerapr 01-08-2007 04:45 PM

Php echo present year
 
Hello,

I want to be able to show present year on everypage of my website. I put this code in skin1/customer/home.tpl

<?php echo date('Y'); ?>

What do I have to do to make php code work in .tpl file.


Thank you,
Pete

PhilJ 01-08-2007 06:15 PM

Re: Php echo present year
 
Code:

{$smarty.now|date_format:"%Y"}
http://smarty.php.net/manual/en/language.modifier.date.format.php

pteerapr 01-09-2007 07:42 AM

Re: Php echo present year
 
Thank you


All times are GMT -8. The time now is 11:13 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.