Searched refs:stylePrefix (Results 1 – 1 of 1) sorted by relevance
39 public $stylePrefix; variable in HTMLCreator69 if ($this->stylePrefix == "") {70 $this->stylePrefix = str_replace(".", "_", $this->_generateFilename())."_";98 …rray[] = "<div class='".$this->stylePrefix."title'><a href='".$this->link."' ".$targetInsert." cla…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."item_title'><a href='".$this->items[$i]->link."' class='".$this…127 "<div class='".$this->stylePrefix."item_title'>".134 "<div class='".$this->stylePrefix."item_description'>".[all …]