Home
last modified time | relevance | path

Searched refs:cssStyleSheet (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
DFeedCreator.php30 public $cssStyleSheet = ""; variable in FeedCreator
159 if (!empty($this->cssStyleSheet)) {
160 $xml .= "<?xml-stylesheet href=\"".$this->cssStyleSheet."\" type=\"text/css\"?>\n";
DRSSCreator10.php18 if (empty($this->cssStyleSheet)) {
19 $this->cssStyleSheet = "http://www.w3.org/2000/08/w3c-synd/style.css";
/dokuwiki/inc/Feed/
DFeedCreator.php27 $this->feed->cssStyleSheet = DOKU_URL . 'lib/exe/css.php?s=feed';