Viewing File: /home/cienp/public_html/inct-inovamed/wp-content/themes/inovamed/header.php
<?php
/**
* The header for our theme.
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package capsula
*
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<?php
$my_theme = wp_get_theme();
echo ' <!-- Tema: ' . $my_theme->get( 'Name' ) .' --> ';
?>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width" />
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
<body <?php body_class( 'class-name' ); ?>>
Back to Directory
File Manager