PageRenderTime 890ms CodeModel.GetById 48ms RepoModel.GetById 1ms app.codeStats 0ms

/wp-content/themes/fork_in_the_road_lae044/header.php

https://bitbucket.org/aqge/deptandashboard
PHP | 110 lines | 98 code | 12 blank | 0 comment | 2 complexity | b7a6966d0dd7023f4a9bfe3f4cc90b0c MD5 | raw file
Possible License(s): AGPL-1.0, GPL-2.0, LGPL-2.1
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  4. <head profile="http://gmpg.org/xfn/11">
  5. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>;
  6. charset=<?php bloginfo('charset'); ?>" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  8. <title><?php
  9. if (is_home ()) {
  10. bloginfo('name');
  11. } elseif (is_category ()) {
  12. single_cat_title();
  13. echo ' - ';
  14. bloginfo('name');
  15. } elseif (is_single ()) {
  16. single_post_title();
  17. } elseif (is_page ()) {
  18. bloginfo('name');
  19. echo ': ';
  20. single_post_title();
  21. } else {
  22. wp_title('', true);
  23. }
  24. ?></title>
  25. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
  26. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  27. <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>
  28. /style.ie6.css" type="text/css" media="screen" /><![endif]-->
  29. <link rel="alternate" type="application/rss+xml"
  30. title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>"
  31. href="<?php bloginfo('rss2_url'); ?>" />
  32. <link rel="alternate" type="application/atom+xml"
  33. title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>"
  34. href="<?php bloginfo('atom_url'); ?>" />
  35. <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/lucky-style.css" type="text/css"
  36. media="screen" />
  37. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  38. <?php wp_head(); ?>
  39. </head>
  40. <body>
  41. <div class="PageBackgroundGradient"></div>
  42. <div class="Main">
  43. <div class="Sheet">
  44. <div class="Sheet-tl"></div>
  45. <div class="Sheet-tr"><div></div></div>
  46. <div class="Sheet-bl"><div></div></div>
  47. <div class="Sheet-br"><div></div></div>
  48. <div class="Sheet-tc"><div></div></div>
  49. <div class="Sheet-bc"><div></div></div>
  50. <div class="Sheet-cl"><div></div></div>
  51. <div class="Sheet-cr"><div></div></div>
  52. <div class="Sheet-cc"></div>
  53. <div class="Sheet-body">
  54. <div class="Header">
  55. <div class="Header-jpeg"></div>
  56. <div class="logo-gambar">
  57. <div class="isi-gambar"></div>
  58. </div>
  59. <div class="logo">
  60. <a href="<?php echo get_option('home'); ?>/">
  61. <label class="header-title">Kementrian Ketahanan Pangan Republik Indonesia</label>
  62. </a>
  63. <br/>
  64. <a href="<?php echo get_option('home'); ?>/">
  65. <label class="header-subtitle">Distribusi dan Cadangan Pangan
  66. </label>
  67. </a>
  68. </div>
  69. <div class="logo2">
  70. <a href="<?php echo get_option('home'); ?>/">
  71. <label class="header-title">Kementrian Ketahanan Pangan Republik Indonesia</label>
  72. </a>
  73. <br/>
  74. <a href="<?php echo get_option('home'); ?>/">
  75. <label class="header-subtitle">Distribusi dan Cadangan Pangan
  76. </label>
  77. </a>
  78. </div>
  79. <div class="logo3">
  80. <a href="<?php echo get_option('home'); ?>/">
  81. <label class="header-title">Kementrian Ketahanan Pangan Republik Indonesia</label>
  82. </a>
  83. <br/>
  84. <a href="<?php echo get_option('home'); ?>/">
  85. <label class="header-subtitle">Distribusi dan Cadangan Pangan
  86. </label>
  87. </a>
  88. </div>
  89. </div>
  90. <div class="nav">
  91. <?php wp30_menu(); ?>
  92. <div class="l">
  93. </div>
  94. <div class="r">
  95. <div>
  96. </div>
  97. </div>
  98. </div>