init
This commit is contained in:
12
web_parts/header.php
Executable file
12
web_parts/header.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<head>
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"> </script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="css/index.css" name="main-style" type="text/css">
|
||||
<title><?php echo $global->title; ?></title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
Reference in New Issue
Block a user