' . $title . '

'; } else if ( ( $type == "standard" ) || ( $type == "post" ) ) { $html = '

' . $title . '

'; } echo $html; } } add_action( 'alhena_lite_get_title', 'alhena_lite_get_title_function', 10, 2 ); } ?>