This is what we use for Licensecart at the moment until it is added to the Blesta timeframe.
Open: /plugins/support_manager/support_manager_controller.php
Find:
// Override default view directory
$this->view->view = "default";
$this->orig_structure_view = $this->structure->view;
$this->structure->view = "default";
Add bellow it:
$this->structure->set("page_title", "Support");