SproutCMS

This is the code documentation for the SproutCMS project

function cssUrl()

Return the URL for a CSS file in the skin for the current subsite.
The URL will have an embedded timestamp.

Usage example:
  <link href="<?php echo Skin::cssUrl('layout'); ?>" rel="stylesheet">

Usage

string Skin::cssUrl ( mixed $file );

Arguments

  1. $file

Return value

  • string
    URL for the specified css file