module=themes&type=admin&func=modifyconfig
テンプレート デバッグ オプション – テンプレートのデバッグで利用可能な変数を表示

にチェックを入れると変数がコード毎に表示されてしまう。
array (
'styles' =>
array (
'module' =>
array (
'link' =>
array (
'http://xxxxxx.com/modules/base/xarstyles/navtabs.css' =>
array (
'scope' => 'module',
'method' => 'link',
'base' => 'base',
'file' => 'navtabs',
'fileext' => 'css',
'source' => NULL,
'rel' => 'stylesheet',
'type' => 'text/css',
'media' => 'screen',
'title' => '',
'condition' => NULL,
..............以下略......................

取り敢えずチェックを外して使用する。