<?php if ( !empty ( $args['def_header_title'] ) ) : ?>
<h2 class="subheader-maintitle">
<?php
echo $args['title'];
?>
</h2>
<?php endif; ?>