Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include ('function/config.php');
- ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>CoinBase</title>
- <link rel="SHORTCUT ICON" href="http://blablabla.se/coin/favicon.ico"/>
- <!--CSS-->
- <link href="default.css" rel="stylesheet" type="text/css" media="all" />
- <link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
- <link href="design.css" rel="stylesheet" type="text/css" media="all" />
- <!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
- <!-- JavaScript -->
- <?php
- //Skriv bara ut javascript om det behövs!
- if ($numberformat == 1) {
- echo "<script type=\"text/javascript\" src=\"js/numeral.min.js\"></script>";
- }
- if ($tabs == 1){
- echo "
- <script type=\"text/javascript\" src=\"development-bundle/jquery-1.10.2.js\"></script>
- <script type=\"text/javascript\" src=\"js/tab.js\"></script>";}
- if ($tinymce == 1) {
- echo"
- <!-- TinyMCE -->
- <script type=\"text/javascript\" src=\"tinymce/jscripts/tiny_mce/tiny_mce.js\"></script>
- <script>
- tinyMCE.init({
- mode : \"textareas\",
- language : \"sv\",
- theme : \"advanced\",
- skin : \"o2k7\",
- 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\",
- // Theme options
- theme_advanced_buttons1 : \"newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,formatselect,fontselect,fontsizeselect\",
- 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\",
- theme_advanced_buttons3 : \"tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen\",
- theme_advanced_buttons4 : \"insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak,restoredraft,visualblocks\",
- theme_advanced_toolbar_location : \"top\",
- theme_advanced_toolbar_align : \"left\",
- theme_advanced_statusbar_location : \"bottom\",
- theme_advanced_resizing : true,
- theme_advanced_resizing_min_height : 400,
- });
- </script>
- <!-- /TinyMCE -->"; }
- ?>
- </head>
- <body>
- <div id="logo" class="container">
- <h1><img src="images/logo.png" alt="coin" />Coin<span>Base</span></h1>
- <p>av Jonas Norlinder</p>
- </div>
- <div id="wrapper" class="container">
- <?php include ('includes/menu.php'); ?>
- <div id="page">
Advertisement
Add Comment
Please, Sign In to add comment