equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 |
2 |
3 /* |
3 /* |
4 * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between |
4 * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between |
5 * Version 1.0.2 (Coblynau) |
5 * Version 1.1.1 |
6 * Copyright (C) 2006-2007 Dan Fuhry |
6 * Copyright (C) 2006-2007 Dan Fuhry |
7 * |
7 * |
8 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
8 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
9 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
9 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
10 * |
10 * |
1206 '1.0RC3' => 'Druid', |
1206 '1.0RC3' => 'Druid', |
1207 '1.0' => 'Banshee', |
1207 '1.0' => 'Banshee', |
1208 '1.0.1' => 'Loch Ness', |
1208 '1.0.1' => 'Loch Ness', |
1209 '1.0.1.1'=> 'Loch Ness internal bugfix build', |
1209 '1.0.1.1'=> 'Loch Ness internal bugfix build', |
1210 '1.0.2b1'=> 'Coblynau unstable', |
1210 '1.0.2b1'=> 'Coblynau unstable', |
1211 '1.0.2' => 'Coblynau' |
1211 '1.0.2' => 'Coblynau', |
|
1212 '1.1.1' => 'unstable' |
1212 ); |
1213 ); |
1213 $version = enano_version(); |
1214 $version = enano_version(); |
1214 if ( isset($names[$version]) ) |
1215 if ( isset($names[$version]) ) |
1215 { |
1216 { |
1216 return $names[$version]; |
1217 return $names[$version]; |