<?php defined('CORE_PATH') or die('No direct script access.'); /** * @file start.php * @author Daniel Becker <*****@*****.**> * @date 27.02.2015 * @package game_core * @subpackage views * * @description * The first start-view file of the game * */ Replacer::addnav('Titel 1'); Replacer::addnav('Link 1', BASE_URL); Replacer::addnav('Titel 2'); Replacer::output('Testcontent 1'); Replacer::output('Testcontent 2'); Replacer::addcharstat('stat_title_vital'); Replacer::addcharstat('stat_value_health', 'Rechte Seite 1'); Replacer::addcharstat('Status'); Replacer::addcharstat('stat_value_attack', 'Rechte Seite 2');
/** * Method for the installation-step-0 */ private function step_0() { \Replacer::addnav('Steps'); \Replacer::addnav(__('install_common_step', 'install') . ' 0 ' . __('install_common_title_step_0', 'install'), BASE_URL); \Replacer::addnav(__('install_common_step', 'install') . ' 1 ' . __('install_common_title_step_0', 'install'), BASE_URL); $this->s_step_title .= __('install_common_title_step_0', 'install'); }