Drupal7 テーマの取得解析エラー: 構文エラー、254 行目の /sites/all/themes/arizona_horizontal/template.php の予期しない T_DOUBLE_ARROW
function template_node_submitted(&$variables){
return t('By !username on @datetime',
array('!username' => theme('username', $variables['node'], '@datetime' => format_date($variable['node']->created),));
}
どこが間違っているのか正確に教えてください。