Пример #1
0
 protected function initArrays()
 {
     parent::initArrays();
     $this->replaces[7] = 'unbesiedelten Planeten ' . $this->name . ' <a href="galaxy.php?g=' . $this->galaxy . '&amp;s=' . $this->system . '" target="Mainframe">[' . $this->galaxy . ':' . $this->system . ':' . $this->planet . ']</a>';
     $this->replaces[8] = '<a href="galaxy.php?g=' . $this->galaxy . '&amp;s=' . $this->system . '" target="Mainframe">[' . $this->galaxy . ':' . $this->system . ':' . $this->planet . ']</a>';
     $this->replaces[12] = '[' . $this->galaxy . ':' . $this->system . ':' . $this->planet . ']';
 }