예제 #1
0
 /**
  * Output the merged CSS file.
  * This method is called when the asset manager is enabled.
  * 
  * @see core/AssetManager.php
  */
 public function getCss()
 {
     $cssMergedFile = Piwik_AssetManager::getMergedCssFileLocation();
     Piwik::serveStaticFile($cssMergedFile, "text/css");
 }