@@ -16,9 +16,9 @@ |
||
| 16 | 16 | $themes = api_get_themes(); |
| 17 | 17 | $this->_options = array(); |
| 18 | 18 | $this->_values = array(); |
| 19 | - $this->addOption('--',''); // no theme select |
|
| 20 | - for ($i=0; $i < count($themes[0]); $i++) { |
|
| 21 | - $this->addOption($themes[1][$i],$themes[0][$i]); |
|
| 19 | + $this->addOption('--', ''); // no theme select |
|
| 20 | + for ($i = 0; $i < count($themes[0]); $i++) { |
|
| 21 | + $this->addOption($themes[1][$i], $themes[0][$i]); |
|
| 22 | 22 | } |
| 23 | 23 | } |
| 24 | 24 | } |