Hey.. Im using joomla, and i wanted to change the footer.. In the file it says:
And on my site it says:
Why does it say that the 'Current Date' is 2004 ? Is this the server date?
| Code: |
| // NOTE - You may change this file to suit your site needs
?> <div align="center"> © <?php echo mosCurrentDate( '%Y' ) . ' ' . $GLOBALS['mosConfig_sitename'];?> </div> <div align="center"> <?php echo $_VERSION->URL; ?> </div> |
And on my site it says:
| Quote: |
| Content © 2004 Encaged
Powered By: Mambo Design By: Mambozilla.com |
Why does it say that the 'Current Date' is 2004 ? Is this the server date?
