philsturgeon / codeigniter-template

Template library for CodeIgniter which supports modules, themes, partial views, etc.
411 stars 178 forks source link

Update libraries/Template.php #44

Open jamieburchell opened 11 years ago

jamieburchell commented 11 years ago

Setting the "Cache-control" header twice overwrites the first because CI's default "$replace" parameter in CI_Output::set_header is TRUE. The side effect of this is pages are not revalidated when navigating browser history.