update available in maplist und mxicon

This commit is contained in:
kremsy
2014-01-12 00:28:06 +01:00
committed by Steffen Schröder
parent de96708156
commit 5d8470cb1c
2 changed files with 47 additions and 27 deletions

View File

@ -27,6 +27,9 @@ class IconManager implements CallbackListener {
const MX_ICON = 'ManiaExchange.png';
const MX_ICON_MOVER = 'ManiaExchange_logo_press.png';
const MX_ICON_GREEN = 'ManiaExchangeGreen.png';
const MX_ICON_GREEN_MOVER = 'ManiaExchange_logo_pressGreen.png';
/**
* Private Properties
*/
@ -53,6 +56,9 @@ class IconManager implements CallbackListener {
private function addDefaultIcons() {
$this->addIcon(self::MX_ICON);
$this->addIcon(self::MX_ICON_MOVER);
$this->addIcon(self::MX_ICON_GREEN, "http://www.pictures.esc-clan.net/upload/"); //TODO mc website
$this->addIcon(self::MX_ICON_GREEN_MOVER , " http://www.pictures.esc-clan.net/upload/");
}
/**