' ; } } if ( ! function_exists( 'hr' ) ) { function hr() { echo '
' ; } } if ( ! function_exists( 'p' ) ) { function p( $content ) { echo '

' , $content , '

' ; } } if ( ! function_exists( 'pre' ) ) { function pre( $content ) { echo '
' , $content , '
' ; } } if ( ! function_exists( 'h1' ) ) { function h1( $content ) { echo '

' , $content , '

' ; } } if ( ! function_exists( 'h2' ) ) { function h2( $content ) { echo '

' , $content , '

' ; } } if ( ! function_exists( 'h3' ) ) { function h3( $content ) { echo '

' , $content , '

' ; } } if ( ! function_exists( 'b' ) ) { function b( $content ) { echo '' , $content , '' ; } } if ( ! function_exists( 'i' ) ) { function i( $content ) { echo '' , $content , '' ; } } // ============================================================================= // That's that! // =============================================================================