includes/functions.php
changeset 801 eb8b23f11744
parent 800 9cdfe82c56cd
child 817 880c4b7eb658
equal deleted inserted replaced
800:9cdfe82c56cd 801:eb8b23f11744
     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.1.5 (Caoineag alpha 5)
     5  * Version 1.1.6 (Caoineag beta 1)
     6  * Copyright (C) 2006-2008 Dan Fuhry
     6  * Copyright (C) 2006-2008 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  *
  1257       '1.1.1'  => 'Caoineag alpha 1',
  1257       '1.1.1'  => 'Caoineag alpha 1',
  1258       '1.1.2'  => 'Caoineag alpha 2',
  1258       '1.1.2'  => 'Caoineag alpha 2',
  1259       '1.1.3'  => 'Caoineag alpha 3',
  1259       '1.1.3'  => 'Caoineag alpha 3',
  1260       '1.1.4'  => 'Caoineag alpha 4',
  1260       '1.1.4'  => 'Caoineag alpha 4',
  1261       '1.1.5'  => 'Caoineag alpha 5',
  1261       '1.1.5'  => 'Caoineag alpha 5',
       
  1262       '1.1.6'  => 'Caoineag beta 1'
  1262     );
  1263     );
  1263   $version = enano_version();
  1264   $version = enano_version();
  1264   if ( isset($names[$version]) )
  1265   if ( isset($names[$version]) )
  1265   {
  1266   {
  1266     return $names[$version];
  1267     return $names[$version];