24 include_once(
"Services/Block/classes/class.ilBlockGUI.php");
50 $this->allow_moving =
false;
70 $this->currentitemnumber = $a_currentitemnumber;
80 return $this->currentitemnumber;
100 return $this->content;
105 $this->content = $a_content;
115 $this->tpl->setVariable(
"BLOCK_ROW", $this->
getContent());
128 if (is_array($this->data))
130 $this->max_count = count($this->data);
136 $numinfo =
"(".$this->getCurrentItemNumber().
" ".
137 strtolower($lng->txt(
"of")).
" ".$this->max_count.
")";
139 if ($this->max_count > 0)
141 $this->tpl->setVariable(
"NUMINFO", $numinfo);