|
@ -66,11 +66,11 @@ |
|
|
<base href="<?php echo $BASE_URL;?>/"> |
|
|
<base href="<?php echo $BASE_URL;?>/"> |
|
|
|
|
|
|
|
|
<link href="<?php echo $BASE_URL;?>/css/styles.css" rel="stylesheet" type="text/css"/> |
|
|
<link href="<?php echo $BASE_URL;?>/css/styles.css" rel="stylesheet" type="text/css"/> |
|
|
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> |
|
|
|
|
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> |
|
|
<link rel="shortcut icon" type="image/png" href="<?php echo $BASE_URL;?>/images/favicon.png"/> |
|
|
<link rel="shortcut icon" type="image/png" href="<?php echo $BASE_URL;?>/images/favicon.png"/> |
|
|
|
|
|
|
|
|
</head> |
|
|
</head> |
|
|
<body itemscope itemtype="http://schema.org/WebPage" class="<?php if($isHome){echo "is-home";}?>"> |
|
|
|
|
|
|
|
|
<body itemscope itemtype="https://schema.org/WebPage" class="<?php if($isHome){echo "is-home";}?>"> |
|
|
|
|
|
|
|
|
<?php |
|
|
<?php |
|
|
@include 'header.php'; |
|
|
@include 'header.php'; |
|
|