You are here

function apps_preprocess_apps_update_page in Apps 7

Implements hook_preprocess_apps_update_page().

File

theme/apps.theme.inc, line 252
Provides theme functions for apps module.

Code

function apps_preprocess_apps_update_page(&$vars) {
  drupal_add_css(drupal_get_path('module', 'apps') . '/theme/css/apps.css');
}