예제 #1
0
파일: main.php 프로젝트: agatho/uaenhanced
 /////////////////////////////////////////////////////////////////////////////
 // STATS - ADDED by chris---                                                     //
 /////////////////////////////////////////////////////////////////////////////
 case STATS:
     tmpl_set($template, 'pagetitle', 'Statistiken');
     $content = stats_stats($params->SESSION->user['playerID']);
     break;
     /////////////////////////////////////////////////////////////////////////////
     // AWARDS                                                                  //
     /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
 // AWARDS                                                                  //
 /////////////////////////////////////////////////////////////////////////////
 case AWARD_DETAIL:
     tmpl_set($template, 'pagetitle', 'Auszeichnung');
     $content = award_getAwardDetail($params->POST->award);
     break;
     /////////////////////////////////////////////////////////////////////////////
     // DIVERSES                                                                //
     /////////////////////////////////////////////////////////////////////////////
     // ADDED by chris--- for cavebook
 /////////////////////////////////////////////////////////////////////////////
 // DIVERSES                                                                //
 /////////////////////////////////////////////////////////////////////////////
 // ADDED by chris--- for cavebook
 case CAVE_BOOK:
     tmpl_set($template, 'pagetitle', 'Siedlungsliste');
     $delete = FALSE;
     $content = show_cavebook($params->SESSION->user['playerID'], $delete);
     break;
 case CAVE_BOOK_DELETE:
예제 #2
0
파일: main.php 프로젝트: microlefes/Game
     /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
 // HELDEN                                                                  //
 /////////////////////////////////////////////////////////////////////////////
 case HERO_DETAIL:
     hero_getHeroDetail($caveID, $ownCaves);
     break;
     /////////////////////////////////////////////////////////////////////////////
     // AWARDS                                                                  //
     /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
 // AWARDS                                                                  //
 /////////////////////////////////////////////////////////////////////////////
 case AWARD_DETAIL:
     $award = Request::getVar('award', '');
     award_getAwardDetail($award);
     $requestKeys = array('award');
     break;
     /////////////////////////////////////////////////////////////////////////////
     // DIVERSES                                                                //
     /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
 // DIVERSES                                                                //
 /////////////////////////////////////////////////////////////////////////////
 case NEWS:
     rssFeedNews_getContent();
     break;
 case STATISTIC:
     statistic_getContent();
     break;
 case EFFECTWONDER_DETAIL: