Copy this code and paste it in your HTML
<?php if($this->params->get('show_page_title')): ?>
<!-- Page title -->
<div class="componentheading
<?php echo $this->params->get('pageclass_sfx')?>">
<?php echo $this->escape($this->params->get('page_title'));
?> </div>
<?php endif; ?>