コード例 #1
0
ファイル: class.wow.php プロジェクト: Kheros/wowhead
 private static function InitItems()
 {
     self::AssignTemplatePageIndex(array('items', 'item'));
     WoW_Template::SetPageData('activeTab', 0);
     WoW_Items::InitPage(WoW_Template::GetPageIndex(), self::GetPageAction());
 }