You are here

function apps_preprocess_apps_manage_page in Apps 7

Implements hook_preprocess_apps_manage_page().

File

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

Code

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