Jump to content

Development Tips (New Tips every week!)


StartVM

Recommended Posts

Web Tip #1: Use PHP to display the copyright year on your webpage, don't use plain html you will forget to update it.

Replace © 2014 Redwood Virtual

With

© <?php echo date ('Y'); ?> Redwood Virtual

Remember, if this is on an static .html page, you must rename the extension to .php. .tpl in phpVMS is fine because you are displaying content within a module created with a .php extension.

  • Like 6
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...