includes/functions.php
changeset 536 218a627eb53e
parent 533 698a8f04957c
child 541 acb7e23b6ffa
equal deleted inserted replaced
533:698a8f04957c 536:218a627eb53e
     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.3 (Caoineag alpha 3)
     5  * Version 1.1.4 (Caoineag alpha 4)
     6  * Copyright (C) 2006-2007 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  *
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
  1281       '1.0.2'  => 'Coblynau',
  1281       '1.0.2'  => 'Coblynau',
  1282       '1.0.3'  => 'Dyrad',
  1282       '1.0.3'  => 'Dyrad',
  1283       '1.1.1'  => 'Caoineag alpha 1',
  1283       '1.1.1'  => 'Caoineag alpha 1',
  1284       '1.1.2'  => 'Caoineag alpha 2',
  1284       '1.1.2'  => 'Caoineag alpha 2',
  1285       '1.1.3'  => 'Caoineag alpha 3',
  1285       '1.1.3'  => 'Caoineag alpha 3',
       
  1286       '1.1.4'  => 'Caoineag alpha 4',
  1286     );
  1287     );
  1287   $version = enano_version();
  1288   $version = enano_version();
  1288   if ( isset($names[$version]) )
  1289   if ( isset($names[$version]) )
  1289   {
  1290   {
  1290     return $names[$version];
  1291     return $names[$version];