/>
'; } else { echo 'fav'; } ?>

/>
'; } else { echo 'Web Clip Icon'; } ?>

/>
/>

/>
'; } else { echo ''; } ?>

/>

/>


/>

' . get_bloginfo( 'name', 'display' ) . ''; } /** * Shortcode to display a link to WordPress.org. * * @return string */ function catchflames_theme_name() { return '' . __( 'Theme: Catch Flames by ', 'catchflames' ) . ''; } /** * Shortcode to display a link to Theme Link. * * @return string */ function catchflames_theme_author() { return '' . __( 'Catch Themes', 'catchflames' ) . ''; } function catchflames_content(){ $catchflames_content = '
'. catchflames_theme_name() . catchflames_theme_author() . '
'; return $catchflames_content; }