Project

General

Profile

« Previous | Next » 

Revision 1233

Added by Dietmar over 14 years ago

recoded function show_breadcrumbs

View differences:

version.php
55 55
 * @package      version
56 56
 * @author       Ryan Djurovich
57 57
 * @copyright    2004-2009, Ryan Djurovich
58
 * @copyright    2009, Website Baker Org. e.V.
58
 * @copyright    2009-2010, Website Baker Org. e.V.
59 59
 * @version      $Id: version.php 1230 2009-12-28 23:34:48Z Luisehahne $
60 60
 * @platform     WebsiteBaker 2.8.x
61 61
 * @requirements >= PHP 4.3.4
......
70 70

  
71 71
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
72 72
if(!defined('VERSION')) define('VERSION', '2.8.1');
73
if(!defined('REVISION')) define('REVISION', '1232');
73
if(!defined('REVISION')) define('REVISION', '1233');
74 74

  
75 75
?>

Also available in: Unified diff