Just do this:
$variables['content'] = $content;
I honestly can't think of a single reason to use [man]array_push[/man] [edit]unless you want to add multiple items[/edit].
By the way, it's an associative array (indexed by non-numeric values), not a multidimensional array (which involves multiple pairs of square brackets, like this: $variables['foo']['bar']).