I couldn't find sidebar_left in the page.tpl.php file. Only sidebar_right.

As my menus were displayed in this region, going to this theme broke them. Simple fix was to copy

if ($sidebar_left || $sidebar_right):

endif;

from the antique_modern theme overtop the code that displayed sidebar_right. Now, both right and left are displayed on the right, with left appearing first.