function asset_get_frontend_theme in Asset 7
Helper function to get front theme.
1 string reference to 'asset_get_frontend_theme'
- asset_menu in ./
asset.module - Implements hook_menu().
File
- ./
asset.module, line 989 - Asset module.
Code
function asset_get_frontend_theme() {
return variable_get('theme_default', 'bartik');
}