Home
last modified time | relevance | path

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

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php39 public $stylePrefix; variable in HTMLCreator
68 //if no stylePrefix is set, generate it yourself depending on the script name
69 if ($this->stylePrefix == "") {
70 $this->stylePrefix = str_replace(".", "_", $this->_generateFilename())."_";
98 $feedArray[] = "<div class='".$this->stylePrefix."title'><a href='".$this->link."' ".$targetInsert." class='".$this->stylePrefix."title'>".
102 $feedArray[] = "<div class='".$this->stylePrefix."description'>".
108 $feedArray[] = "<div class='".$this->stylePrefix."header'>".$this->header."</div>";
113 $feedArray[] = "<div class='".$this->stylePrefix."separator'>".$this->separator."</div>";
119 "<div class='".$this->stylePrefix
[all...]