24 include_once(
"Services/Table/classes/class.ilTable2GUI.php");
 
   43                 $this->wiki_id = $a_wiki_id;
 
   45                 $this->
addColumn($lng->txt(
"wiki_last_changed"), 
"", 
"33%");
 
   46                 $this->
addColumn($lng->txt(
"wiki_page"), 
"", 
"33%");
 
   47                 $this->
addColumn($lng->txt(
"wiki_last_changed_by"), 
"", 
"67%");
 
   54                 $this->
setTitle($lng->txt(
"wiki_recent_changes"));
 
   62                 include_once(
"./Modules/Wiki/classes/class.ilWikiPage.php");
 
   77                 include_once(
"./Modules/Wiki/classes/class.ilWikiPage.php");
 
   79                 $this->tpl->setVariable(
"TXT_PAGE_TITLE", 
$title);
 
   80                 $this->tpl->setVariable(
"DATE",
 
   82                 $ilCtrl->setParameterByClass(
"ilwikipagegui", 
"page", rawurlencode(
$title));
 
   83                 $ilCtrl->setParameterByClass(
"ilwikipagegui", 
"old_nr", $a_set[
"nr"]);
 
   84                 $this->tpl->setVariable(
"HREF_PAGE",
 
   85                         $ilCtrl->getLinkTargetByClass(
"ilwikipagegui", 
"preview"));
 
   88                 include_once(
"./Services/User/classes/class.ilUserUtil.php");
 
   89                 $this->tpl->setVariable(
"TXT_USER",
 
   91                         $ilCtrl->getLinkTarget($this->getParentObject(), $this->
getParentCmd())