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.3 (Dyrad) |
5 * Version 1.1.1 (Caoineag alpha 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 * |
1173 '1.0' => 'Banshee', |
1173 '1.0' => 'Banshee', |
1174 '1.0.1' => 'Loch Ness', |
1174 '1.0.1' => 'Loch Ness', |
1175 '1.0.1.1'=> 'Loch Ness internal bugfix build', |
1175 '1.0.1.1'=> 'Loch Ness internal bugfix build', |
1176 '1.0.2b1'=> 'Coblynau unstable', |
1176 '1.0.2b1'=> 'Coblynau unstable', |
1177 '1.0.2' => 'Coblynau', |
1177 '1.0.2' => 'Coblynau', |
1178 '1.0.3' => 'Dyrad' |
1178 '1.0.3' => 'Dyrad', |
|
1179 '1.1.1' => 'Caoineag alpha 1', |
1179 ); |
1180 ); |
1180 $version = enano_version(); |
1181 $version = enano_version(); |
1181 if ( isset($names[$version]) ) |
1182 if ( isset($names[$version]) ) |
1182 { |
1183 { |
1183 return $names[$version]; |
1184 return $names[$version]; |