diff -Naur omega/alpha/template.php omega_diff/alpha/template.php --- omega/alpha/template.php 2011-08-11 11:59:32.000000000 -0700 +++ omega_diff/alpha/template.php 2012-01-17 16:02:53.000000000 -0800 @@ -146,8 +146,8 @@ if (!drupal_static('system_main_content_added', FALSE)) { $vars['content']['system_main'] = drupal_set_page_content(); } - - if ($theme->settings['debug']['access'] && ($theme->settings['debug']['grid'] || $theme->settings['debug']['block'])) { + global $user; + if (($theme->settings['debug']['access'] || $user->uid == 1) && ($theme->settings['debug']['grid'] || $theme->settings['debug']['block'])) { drupal_add_css(drupal_get_path('theme', 'alpha') . '/css/alpha-debug.css', array('group' => CSS_THEME, 'weight' => -5)); drupal_add_js(drupal_get_path('theme', 'alpha') . '/js/alpha-debug.js', array('group' => JS_THEME, 'weight' => -5));