Completed
Push — work-fleets ( 487af6...070fe2 )
by SuperNova.WS
04:51
created
overview.php 1 patch
Indentation   +27 added lines, -27 removed lines patch added patch discarded remove patch
@@ -1,32 +1,32 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * index.php - overview.php
4
- *
5
- * 2.4 - copyright (c) 2010 by Gorlum for http://supernova.ws
6
- *     [-] Removed News frame
7
- *     [-] Time & Usersonline moved to Top-Frame
8
- * 2.3 - copyright (c) 2010 by Gorlum for http://supernova.ws
9
- *     [*] Complying with PCG
10
- * 2.2 - copyright (c) 2010 by Gorlum for http://supernova.ws
11
- *     [+] Redo flying fleet list
12
- * 2.1 - copyright (c) 2010 by Gorlum for http://supernova.ws
13
- *     [+] Planets on planet list now have indication of planet fill
14
- *     [+] Planets on planet list now have indication when there is enemy fleet flying to planet
15
- * 2.0 - copyright (c) 2010 by Gorlum for http://supernova.ws
16
- *     [+] Now there is full planet list on right side of screen a-la oGame
17
- *     [+] Planet list now include icons for buildings/tech/fleet on progress
18
- * 1.5 - copyright (c) 2010 by Gorlum for http://supernova.ws
19
- *     [*] Subplanet timers now use sn_timer.js library
20
- * 1.4 - copyright (c) 2010 by Gorlum for http://supernova.ws
21
- *     [*] All mainplanet timers now use new sn_timer.js library
22
- * 1.3 - copyright (c) 2010 by Gorlum for http://supernova.ws
23
- *     [*] Adjusted layouts of player infos
24
- * 1.2 - copyright (c) 2010 by Gorlum for http://supernova.ws
25
- *     [*] Adjusted layouts of planet infos
26
- * 1.1 - Security checks by Gorlum for http://supernova.ws
27
- * @version 1
28
- * @copyright 2008 By Chlorel for XNova
29
- */
3
+   * index.php - overview.php
4
+   *
5
+   * 2.4 - copyright (c) 2010 by Gorlum for http://supernova.ws
6
+   *     [-] Removed News frame
7
+   *     [-] Time & Usersonline moved to Top-Frame
8
+   * 2.3 - copyright (c) 2010 by Gorlum for http://supernova.ws
9
+   *     [*] Complying with PCG
10
+   * 2.2 - copyright (c) 2010 by Gorlum for http://supernova.ws
11
+   *     [+] Redo flying fleet list
12
+   * 2.1 - copyright (c) 2010 by Gorlum for http://supernova.ws
13
+   *     [+] Planets on planet list now have indication of planet fill
14
+   *     [+] Planets on planet list now have indication when there is enemy fleet flying to planet
15
+   * 2.0 - copyright (c) 2010 by Gorlum for http://supernova.ws
16
+   *     [+] Now there is full planet list on right side of screen a-la oGame
17
+   *     [+] Planet list now include icons for buildings/tech/fleet on progress
18
+   * 1.5 - copyright (c) 2010 by Gorlum for http://supernova.ws
19
+   *     [*] Subplanet timers now use sn_timer.js library
20
+   * 1.4 - copyright (c) 2010 by Gorlum for http://supernova.ws
21
+   *     [*] All mainplanet timers now use new sn_timer.js library
22
+   * 1.3 - copyright (c) 2010 by Gorlum for http://supernova.ws
23
+   *     [*] Adjusted layouts of player infos
24
+   * 1.2 - copyright (c) 2010 by Gorlum for http://supernova.ws
25
+   *     [*] Adjusted layouts of planet infos
26
+   * 1.1 - Security checks by Gorlum for http://supernova.ws
27
+   * @version 1
28
+   * @copyright 2008 By Chlorel for XNova
29
+   */
30 30
 
31 31
 //define('SN_RENDER_NAVBAR_PLANET', false);
32 32
 
Please login to merge, or discard this patch.