Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. !doctype html>
  2.  
  3. <!-- Html -->
  4. <html <?php language_attributes(); ?>>
  5.  
  6. <!-- Head -->
  7. <head>
  8.  
  9. <!-- Charset -->
  10. <meta charset="<?php bloginfo('charset'); ?>">
  11.  
  12. <!-- Viewport -->
  13. <meta name="viewport" content="width=<?php echo get_theme_option('viewport'); ?>">
  14.  
  15. <!-- Page title -->
  16. <title>Umami - A ess&#234;ncia do sabor<?php //wp_title('-', 1, 'right'); ?> <?php //bloginfo('name'); ?></title>
  17.  
  18. <!-- Profile -->
  19. <link rel="profile" href="http://gmpg.org/xfn/11" />
  20.  
  21. <!-- Favourites icon -->
  22. <link rel="shortcut icon" href="<?php echo get_theme_option('favicon'); ?>">
  23.  
  24. <!-- CSS -->
  25. <link type="text/css" href="<?php bloginfo('stylesheet_url'); ?>?v=<?php echo get_theme_version(); ?>" rel="stylesheet" />
  26. <link type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/user.php?v=<?php echo get_theme_version(); ?>" rel="stylesheet">
  27.  
  28. <!-- Pingback -->
  29. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  30.  
  31. <!-- WP head -->
  32. <?php wp_head(); ?> <meta property="og:title" content="Umami - A ess&#234;ncia do sabor"/> <meta property="og:description" content="A Umami Portugal � uma empresa dedicada � gest�o de marcas da �rea da restaura��o. A motiva��o dos nossos Recursos Humanos visa atingir a plena satisfa��o dos nossos Clientes tendo na nossa atua��o sempre presente os valores da Seguran�a, Qualidade e Respeito pelo Ambiente. Desejamos que a sua experi�ncia nos nossos espa�os seja enriquecedora. Trabalhamos diariamente ouvindo o seu contributo para que o nosso servi�o e os produtos se adequem �s suas expetativas."/> <meta property="og:image" content="<?php echo get_theme_option('logo'); ?>"/> <meta property="og:url" content="http://umamiportugal.com"/>
  33.  
  34. </head>
  35.  
  36. <body <?php body_class(); ?>>
  37.  
  38. <!-- BEGIN HEADER -->
  39. <div id="header">
  40.  
  41. <div class="section_inn">
  42.  
  43. <div id="menu">
  44.  
  45. <ul id="nav" class="nav">
  46. <li class="first">
  47. <a href="<?php echo get_site_url(); ?>/#about_section"><?php echo retro_filter( get_theme_option('about_label') ); ?></a>
  48. </li>
  49. <li class="second">
  50. <a href="<?php echo get_site_url(); ?>/#portfolio_section"><?php echo retro_filter( get_theme_option('portfolio_label') ); ?></a>
  51. </li>
  52. <li class="third">
  53. <a href="<?php echo get_site_url(); ?>/#blog_section"><?php echo retro_filter( get_theme_option('blog_label') ); ?></a>
  54. </li>
  55. <li class="fourth">
  56. <a href="<?php echo get_site_url(); ?>/#contact_section"><?php echo retro_filter( get_theme_option('contact_label') ); ?></a>
  57. </li>
  58. </ul>
  59.  
  60. <div class="clr"></div>
  61.  
  62. </div><!-- end div #menu -->
  63.  
  64. <?php if ( get_theme_option('logo') ) : ?>
  65.  
  66. <!-- Logo -->
  67. <div id="top_logo">
  68. <a href="<?php echo get_site_url(); ?>/#home_section"><img src="<?php echo get_theme_option('logo'); ?>" alt="" /></a>
  69. </div>
  70.  
  71. <?php endif; ?>
  72.  
  73. <div class="clr"></div>
  74.  
  75. </div><!-- end div .section_inn -->
  76.  
  77. <div class="clr"></div>
  78.  
  79. </div>
  80. <!-- END HEADER -->