Searched refs:cssStyleSheet (Results 1 – 3 of 3) sorted by relevance
30 public $cssStyleSheet = ""; variable in FeedCreator159 if (!empty($this->cssStyleSheet)) {160 $xml .= "<?xml-stylesheet href=\"".$this->cssStyleSheet."\" type=\"text/css\"?>\n";
18 if (empty($this->cssStyleSheet)) {19 $this->cssStyleSheet = "http://www.w3.org/2000/08/w3c-synd/style.css";
27 $this->feed->cssStyleSheet = DOKU_URL . 'lib/exe/css.php?s=feed';