?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/blog/templates/single/parts/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/blog/templates/single

?? Viewing: title.php

<?php
	if(isset($title_tag)){
		$title_tag = $title_tag;
	}else{
		$title_tag = 'h2';
	}
?>
<<?php echo esc_attr($title_tag);?> class="edgtf-post-title">
	<?php the_title(); ?>
</<?php echo esc_attr($title_tag);?>>


??

??