Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation for the status report general info. Chris@0: * Chris@0: * Available variables: Chris@0: * - drupal: The status of Drupal installation: Chris@0: * - value: The current status of Drupal installation. Chris@0: * - description: The description for current status of Drupal installation. Chris@0: * - cron: The status of cron: Chris@0: * - value: The current status of cron. Chris@0: * - description: The description for current status of cron. Chris@0: * - cron.run_cron: An array to render a button for running cron. Chris@0: * - database_system: The status of database system: Chris@0: * - value: The current status of database sytem. Chris@0: * - description: The description for current status of cron. Chris@0: * - database_system_version: The info about current database version: Chris@0: * - value: The current version of database. Chris@0: * - description: The description for current version of database. Chris@0: * - php: The current version of PHP: Chris@0: * - value: The status of currently installed PHP version. Chris@0: * - description: The description for current installed PHP version. Chris@0: * - php_memory_limit: The info about current PHP memory limit: Chris@0: * - value: The status of currently set PHP memory limit. Chris@0: * - description: The description for currently set PHP memory limit. Chris@0: * - webserver: The info about currently installed web server: Chris@0: * - value: The status of currently installed web server. Chris@0: * - description: The description for the status of currently installed web Chris@0: * server. Chris@0: */ Chris@0: #} Chris@0: Chris@0: