includes/functions.php
changeset 317 f8356d9c3481
parent 315 f49e3c8b638c
child 320 112debff64bd
equal deleted inserted replaced
316:c74736571f43 317:f8356d9c3481
     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.0.3 (Dyrad)
     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  *
  1127       '1.0RC3' => 'Druid',
  1127       '1.0RC3' => 'Druid',
  1128       '1.0'    => 'Banshee',
  1128       '1.0'    => 'Banshee',
  1129       '1.0.1'  => 'Loch Ness',
  1129       '1.0.1'  => 'Loch Ness',
  1130       '1.0.1.1'=> 'Loch Ness internal bugfix build',
  1130       '1.0.1.1'=> 'Loch Ness internal bugfix build',
  1131       '1.0.2b1'=> 'Coblynau unstable',
  1131       '1.0.2b1'=> 'Coblynau unstable',
  1132       '1.0.2'  => 'Coblynau'
  1132       '1.0.2'  => 'Coblynau',
       
  1133       '1.0.3'  => 'Dyrad'
  1133     );
  1134     );
  1134   $version = enano_version();
  1135   $version = enano_version();
  1135   if ( isset($names[$version]) )
  1136   if ( isset($names[$version]) )
  1136   {
  1137   {
  1137     return $names[$version];
  1138     return $names[$version];