intervet

head.php

Mar 19th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.89 KB | None | 0 0
  1. <?php
  2. include ('function/config.php');
  3. ?>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <title>CoinBase</title>
  9. <link rel="SHORTCUT ICON" href="http://blablabla.se/coin/favicon.ico"/>
  10. <!--CSS-->
  11. <link href="default.css" rel="stylesheet" type="text/css" media="all" />
  12. <link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
  13. <link href="design.css" rel="stylesheet" type="text/css" media="all"  />
  14. <!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
  15. <!-- JavaScript -->
  16. <?php
  17. //Skriv bara ut javascript om det behövs!
  18. if ($numberformat == 1) {
  19.     echo "<script type=\"text/javascript\" src=\"js/numeral.min.js\"></script>";
  20.     }
  21. if ($tabs == 1){
  22.     echo "
  23. <script type=\"text/javascript\" src=\"development-bundle/jquery-1.10.2.js\"></script>
  24. <script type=\"text/javascript\" src=\"js/tab.js\"></script>";}
  25. if ($tinymce == 1) {
  26. echo"
  27. <!-- TinyMCE -->
  28. <script type=\"text/javascript\" src=\"tinymce/jscripts/tiny_mce/tiny_mce.js\"></script>
  29. <script>
  30.        tinyMCE.init({
  31.         mode : \"textareas\",
  32.         language : \"sv\",
  33.         theme : \"advanced\",
  34.         skin : \"o2k7\",
  35.  
  36.         plugins : \"autolink,lists,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,advlist,autosave,visualblocks\",
  37.             // Theme options
  38.         theme_advanced_buttons1 : \"newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,formatselect,fontselect,fontsizeselect\",
  39.         theme_advanced_buttons2 : \"cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,code,|,insertdate,inserttime,preview,|,forecolor,backcolor\",
  40.         theme_advanced_buttons3 : \"tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen\",
  41.         theme_advanced_buttons4 : \"insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak,restoredraft,visualblocks\",
  42.         theme_advanced_toolbar_location : \"top\",
  43.         theme_advanced_toolbar_align : \"left\",
  44.         theme_advanced_statusbar_location : \"bottom\",
  45.         theme_advanced_resizing : true,
  46.         theme_advanced_resizing_min_height : 400,
  47.         });
  48. </script>
  49. <!-- /TinyMCE -->"; }
  50. ?>
  51. </head>
  52. <body>
  53. <div id="logo" class="container">
  54.     <h1><img src="images/logo.png" alt="coin" />Coin<span>Base</span></h1>
  55.     <p>av Jonas Norlinder</p>
  56. </div> 
  57. <div id="wrapper" class="container">
  58. <?php include ('includes/menu.php'); ?>
  59.     <div id="page">
Advertisement
Add Comment
Please, Sign In to add comment