css()

FvGFvG
edited August 2011 in Modules
Hey,
using <?php echo css('prettyPhoto'); ?>
I get the following output: <link href="/fuel/assets/css/prettyPhoto.css?c=943948800" media="all" rel="stylesheet"/>
What is the parameter c for, do I need it? I've actually never seen or even used something that before... Is there any way to turn this off?

Thank you!

Comments

  • edited 11:38AM
    It's used to help break cache files if you've changed the CSS and want to make sure folks are seeing the latest version. There are 2 configuration parameters that control this in the application/config/asset.php file "assets_last_updated" and "asset_append_cache_timestamp".
Sign In or Register to comment.