html.tpl.php 867 Bytes
<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1">
		<?php print $head; ?>
		<title><?php print $head_title; ?></title>
		<?php print $styles; ?>
		<?php print $scripts; ?>
	</head>
    
	<body class="<?php print $classes; ?>" <?php print $attributes;?>>
		<div id="skip-link">
		<a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
		</div>
        <!--<div class="row">
			<img alt="" src="/sitio-ubv/sites/default/files/styles/norma-universitaria.png" style="margin: 0px auto; display:block;">
        </div>-->
		<?php print $page_top; ?>
		<?php print $page; ?>
		<?php print $page_bottom; ?>
    <span id="go-to-top" class="fa fa-angle-up" title="<?php print t('Ir al inicio');?>"></span>
	</body>
</html>