addBehavior('adminCurrentThemeDetails', 'blowup_config_details'); if (!isset($__resources['help']['blowupConfig'])) { $__resources['help']['blowupConfig'] = dirname(__FILE__) . '/help.html'; } function blowup_config_details($core, $id) { if ($id == 'default' && $core->auth->check('admin', $core->blog->id)) { return '

' . __('Configure theme') . '

'; } }