function apps_app_details_page in Apps 7
Callback for the app detail page
1 string reference to 'apps_app_details_page'
- apps_menu in ./
apps.module - Implements hook_menu().
File
- ./
apps.pages.inc, line 273 - The page callbacks for the Apps module.
Code
function apps_app_details_page($app) {
$app['#theme'] = 'apps_app_page';
return $app;
}