You are here

function opigno_lms_preprocess_install_page in Opigno LMS 3.x

Same name and namespace in other branches
  1. 8.2 opigno_lms.profile \opigno_lms_preprocess_install_page()
  2. 8 opigno_lms.profile \opigno_lms_preprocess_install_page()

Implements hook_preprocess_template().

File

./opigno_lms.profile, line 15
Enables modules and site configuration for a opigno_lms site installation.

Code

function opigno_lms_preprocess_install_page(&$variables) {
  $variables['site_version'] = '3.0.0-beta3';
}