You are here

function opigno_lms_preprocess_install_page in Opigno LMS 8.2

Same name and namespace in other branches
  1. 8 opigno_lms.profile \opigno_lms_preprocess_install_page()
  2. 3.x 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'] = '2.28';
}