By mrugesh_drupal on
Hi Friends,
I have check the view source of my page but i found the css like this
<link type="text/css" rel="stylesheet" media="all" href="/eijfferts/modules/system/defaults.css?F" />
<link type="text/css" rel="stylesheet" media="all" href="/eijfferts/modules/system/system.css?F" />
After css file name drupal append some parameter in query string like as 'F', 'D'. So, what does the actual mean to use this parameter after css file name??
I don't know. So, Friends please help me in this question Some time i have added my custom css file but it also append some parameter after css file name.
Hope you will reply as soon as possible.
Thank you,
Mrugesh Panchal
Comments
Drupal use that to control
Drupal use that to control caching: drupal change the query parameter to force reload of css/javascript files when necessary. It actually doesn't change the actually loading of the file.
Details about this change
The details of this decision is located at:
http://drupal.org/node/199946
The commit can be seen here:
http://drupalcode.org/viewvc/drupal/drupal/includes/common.inc?r1=1.747&...