also ich komme da ned weiter habe halt eine
FanclubPage.class.php im unterverzeichniss des WCF lib page...
der inhalt der datei:
komme aber nicht weiter
<table><tbody><tr>
<td class="codeLineNumbers">
<img src="http://www.wbb3mods.com/wcf/icon/codeS.png" alt="" />
</td>
<td class="codeLines">
<h3>PHP-Quelltext</h3>
</td>
</tr>
<tr>
<td class="codeLineNumbers">
<pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre>
</td>
<td class="codeLines">
<pre><?php
require_once(WCF_DIR.'lib/page/AbstractPage.class.php');
// show page
switch ($this->action) {
case 'questions':
require_once(WCF_DIR.'lib/page/FanclubQuestionsPage.class.php');
new FanclubQuestionsPage();
break;
case 'team':
public $templateName = 'fanclubTeam';
new FanclubTeamPage();
break;
}
?></pre></td></tr></tbody></table>