Subversion Repositories cheapmusic

Rev

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

Rev 57 Rev 61
Line 18... Line 18...
18
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
18
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
19
<link href="<?php echo PUBLIC_URL; ?>css/style.css" rel="stylesheet" type="text/css" media="all" integrity="sha384-NuZdarxFcFSpRFGPME7rRoo1aq4BwOy6o7vMw4tyvUTyL+PnifJjMN60Uaqxh7Qu" crossorigin="anonymous">
19
<link href="<?php echo PUBLIC_URL; ?>css/style.css" rel="stylesheet" type="text/css" media="all" integrity="sha384-NuZdarxFcFSpRFGPME7rRoo1aq4BwOy6o7vMw4tyvUTyL+PnifJjMN60Uaqxh7Qu" crossorigin="anonymous">
20
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js" integrity="sha384-JUMjoW8OzDJw4oFpWIB2Bu/c6768ObEthBMVSiIx4ruBIEdyNSUQAjJNFqT5pnJ6" crossorigin="anonymous"></script>
20
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js" integrity="sha384-JUMjoW8OzDJw4oFpWIB2Bu/c6768ObEthBMVSiIx4ruBIEdyNSUQAjJNFqT5pnJ6" crossorigin="anonymous"></script>
21
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
21
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
22
<link rel="stylesheet" href="../css/theme-<?php echo (!empty($userTheme) ? $userTheme : "default"); ?>.css">
22
<link rel="stylesheet" href="../css/theme-<?php echo (!empty($userTheme) ? $userTheme : "default"); ?>.css">
23
<link rel="stylesheet" href="../css/style.min.css" integrity="sha384-h70/XsYIv8btoooNkZxWt/2VctdM5nVsUsbKkkPvA0bfH/bh06pnjaQbk/Ucmv9U" crossorigin="anonymous">
23
<link rel="stylesheet" href="../css/style.min.css" integrity="sha384-myJ4hUM9qYUQPd4thWYPEj3t2HTxy6XkJXvuGKseoOlk8ojtKTE+f2Isj/7kuMgA" crossorigin="anonymous">
24
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
24
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
25
<?php if(!empty($pageFile) && $pageFile != 'index.php' && $pageFile != 'forgotPassword.php' && $pageFile != 'resetPassword.php' && $pageFile != 'registration.php'){ ?>
25
<?php if(!empty($pageFile) && $pageFile != 'index.php' && $pageFile != 'forgotPassword.php' && $pageFile != 'resetPassword.php' && $pageFile != 'registration.php'){ ?>
26
<link href="<?php echo PUBLIC_URL; ?>css/account.css" rel="stylesheet" type="text/css" media="all" integrity="sha384-N0K0/IzKlB21UYmIT2dtilJNRBDKLEnMsqaR8vt/uWeeUuymtLu4hTb1C+uMRWH7" crossorigin="anonymous">
26
<link href="<?php echo PUBLIC_URL; ?>css/account.css" rel="stylesheet" type="text/css" media="all" integrity="sha384-N0K0/IzKlB21UYmIT2dtilJNRBDKLEnMsqaR8vt/uWeeUuymtLu4hTb1C+uMRWH7" crossorigin="anonymous">
27
<?php } ?>
27
<?php } ?>