Exemple #1
0
 function display()
 {
     Manialink::load();
     if (static::$showRefreshButton) {
         $ui = new Icons64x64_1(10);
         $ui->setAlign('right', 'bottom');
         $ui->setSubStyle('Refresh');
         $ui->setPosition(160, -90, 15);
         $ui->setManiazone($this->request->createLink());
         $ui->save();
     }
 }