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)
-   -   top of templates (https://forum.x-cart.com/showthread.php?t=59952)

makenoiz 06-26-2011 12:20 PM

top of templates
 
What does the stuff at the top of the .tpl files mean. eg:


Code:

{*
$Id: c_topHeader.tpl,v 1.4.2.2 2010/09/29 07:24:11 igoryan Exp $
vim: set ts=2 sw=2 sts=2 et:
*}


Thanks

cflsystems 06-26-2011 12:35 PM

Re: top of templates
 
Check Vi (Vim) editor settings. For example - http://www.lagmonster.org/docs/vi2.html

makenoiz 06-26-2011 12:48 PM

Re: top of templates
 
Its not an error. Its was shows at the top of the files when I open them to edit.

cflsystems 06-26-2011 12:56 PM

Re: top of templates
 
I didn't say it's an error. These are settings for vi editor. They have no effect on how the templates render

gb2world 06-26-2011 03:44 PM

Re: top of templates
 
These are comments in the file presumably used internally by QT for configuration management and version control of the files. When you have large numbers of people all working on many different files at the same time, you have to manage the versions that are part of the various builds of the software that are in development and also released. You can also use the version information if you have not changed the file, and it should match the internal version by QT. If you modify the file, the version information only tells you the version from which you started.

---


All times are GMT -8. The time now is 10:57 AM.

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