Index: doc/manual.sxw =================================================================== Binary files doc/manual.sxw and doc/manual.sxw differ Index: mod1/index.php =================================================================== --- mod1/index.php (revision 35384) +++ mod1/index.php (working copy) @@ -2057,7 +2057,7 @@ class tx_templavoila_module1 extends t3lib_SCbase { * @param [type] $uid: ... * @param [type] $hidden: ... * @param [type] $forced: ... - * @param integer $usePid: ... + * @param int $usePid: .... * @return [type] ... */ function link_hide($label, $table, $uid, $hidden, $forced=FALSE, $usePid = 0) { Index: mod2/index.php =================================================================== --- mod2/index.php (revision 35384) +++ mod2/index.php (working copy) @@ -518,7 +518,7 @@ class tx_templavoila_module2 extends t3lib_SCbase { // Add output: $this->content.=$this->doc->section($LANG->getLL('title'), $settings. - $this->doc->getDynTabMenu($parts,'TEMPLAVOILA:templateModule:'.$this->id, 0,0,300) + $this->doc->getDynTabMenu($parts,'TEMPLAVOILA:templateOverviewModule:'.$this->id, 0,0,300) ,0,1); }