Subversion Repositories cheapmusic

Rev

Rev 70 | Rev 108 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70 Rev 107
Line 15... Line 15...
15
$metaTitle = trim($pageTitle . SITE_TITLE, ' ');
15
$metaTitle = trim($pageTitle . SITE_TITLE, ' ');
16
?>
16
?>
17
<meta charset="utf-8">
17
<meta charset="utf-8">
18
<meta name="viewport" content="width=device-width, initial-scale=1">
18
<meta name="viewport" content="width=device-width, initial-scale=1">
19
<title><?php echo $metaTitle; ?></title>
19
<title><?php echo $metaTitle; ?></title>
-
 
20
<meta name="description" content="Create your free login at FindCheapMusic in order to maintain your wishlist, set up the price monitoring and see the coupons and special offers.">
20
<link href="<?php echo PUBLIC_URL; ?>css/style.css" rel="stylesheet" type="text/css" media="all" integrity="sha384-h4JE2pDGcfooA/zPXrC50BMMDDKNtwWkpgtYWYxedvJRbZBFEam9O+sthBUiAJr0" crossorigin="anonymous">
21
<link href="<?php echo PUBLIC_URL; ?>css/style.css" rel="stylesheet" type="text/css" media="all" integrity="sha384-1U/LCHkLmEVTM/H6lj2ffLODCR06qmtEWVvVIbuZIpO27/jn7da7eeMYaTyqKTFu" crossorigin="anonymous">
21
<?php if (!empty($pageFile) && $pageFile != 'index.php' && $pageFile != 'forgotPassword.php' && $pageFile != 'resetPassword.php' && $pageFile != 'registration.php') { ?>
22
<?php if (!empty($pageFile) && $pageFile != 'index.php' && $pageFile != 'forgotPassword.php' && $pageFile != 'resetPassword.php' && $pageFile != 'registration.php') { ?>
22
<link href="<?php echo PUBLIC_URL; ?>css/account.css" rel="stylesheet" type="text/css" media="all" integrity="sha384-cmkIQzWOEwd3oG2Pb0PebEOdgced5Dh+CEQD6MHmQKB9o/k0Ie4WFWHhpqVSzgOm" crossorigin="anonymous">
23
<link href="<?php echo PUBLIC_URL; ?>css/account.css" rel="stylesheet" type="text/css" media="all" integrity="sha384-cmkIQzWOEwd3oG2Pb0PebEOdgced5Dh+CEQD6MHmQKB9o/k0Ie4WFWHhpqVSzgOm" crossorigin="anonymous">
23
<?php
24
<?php
24
}
25
}
25
include_once ($_SERVER['DOCUMENT_ROOT'] . "/php/header.php");
26
include_once ($_SERVER['DOCUMENT_ROOT'] . "/php/header.php");