php - why does drupal append ?1 to my css file links -
My designer saw that all CSS files were attached to a Dopplic site in the source? It will break the related things, why is it doing this?
& lt; Link type = "text / css" rel = "stylesheet" media = "all" href = "/ modules / modules / node / node.css? L" /> & Lt; Link type = "text / css" rel = "stylesheet" media = "all" href = "/ module / module / system / defaults.css? L" /> & Lt; Link type = "text / css" rel = "stylesheet" media = "all" href = "/ modules / modules / system / system.css? L" /> & Lt; Link type = "text / css" rel = "stylesheet" media = "all" href = "/ modules / modules / system / system-menus.css? L" /> & Lt; Link type = "text / css" rel = "stylesheet" media = "all" href = "/ modules / modules / user / user.css? L" />
I pulled around the source code for the drup and found it:
// is added to a dummy query-string file name, which regulates // browser caching. Changing the string on each update or full cache // flush, changes the // URL, forcing the browser to load a new copy of the files. $ Query_string = '?' Substr (variable_get ('css_js_query_string', '0'), 0, 1); I think the answer is that I am going to accept because the Drupal people are doing so that the CSS links in the links are good with the browser queries strings, even if my designer is over it. became mad. Hopefully this helps Google one day in a day = P
Comments
Post a Comment