Subversion Repositories cheapmusic

Rev

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

Rev 26 Rev 30
Line 4... Line 4...
4
$pageTitle = '';
4
$pageTitle = '';
5
if(!empty($pageFile) && $pageFile != 'login.php'){
5
if(!empty($pageFile) && $pageFile != 'index.php'){
6
    $replaceVals = array('_'=>' ', '-'=>' ', '.php'=>'');
6
    $replaceVals = array('_'=>' ', '-'=>' ', '.php'=>'');
7
    $pageTitle = strtr($pageFile, $replaceVals);
7
    $pageTitle = strtr($pageFile, $replaceVals);
8
    $pageTitle = preg_replace('/(?<!\ )[A-Z]/', ' $0', $pageTitle);
8
    $pageTitle = preg_replace('/(?<!\ )[A-Z]/', ' $0', $pageTitle);
9
    $pageTitle = ucwords($pageTitle).' - ';   
9
    $pageTitle = ucwords($pageTitle).' - ';   
10
}
10
}
Line 18... Line 18...
18
 
18
 
19
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900iSlabo+27px&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
19
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900iSlabo+27px&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
20
 
20
 
21
<link href="<?php echo PUBLIC_URL; ?>css/style.css" rel="stylesheet" type="text/css" media="all" />
21
<link href="<?php echo PUBLIC_URL; ?>css/style.css" rel="stylesheet" type="text/css" media="all" />
22
 
22
 
23
<?php if(!empty($pageFile) && $pageFile != 'login.php' && $pageFile != 'forgotPassword.php' && $pageFile != 'resetPassword.php' && $pageFile != 'registration.php'){ ?>
23
<?php if(!empty($pageFile) && $pageFile != 'index.php' && $pageFile != 'forgotPassword.php' && $pageFile != 'resetPassword.php' && $pageFile != 'registration.php'){ ?>
24
<link href="<?php echo PUBLIC_URL; ?>css/account.css" rel="stylesheet" type="text/css" media="all" />
24
<link href="<?php echo PUBLIC_URL; ?>css/account.css" rel="stylesheet" type="text/css" media="all" />
25
 
25
 
26
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js" integrity="sha384-JUMjoW8OzDJw4oFpWIB2Bu/c6768ObEthBMVSiIx4ruBIEdyNSUQAjJNFqT5pnJ6" crossorigin="anonymous"></script>
26
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js" integrity="sha384-JUMjoW8OzDJw4oFpWIB2Bu/c6768ObEthBMVSiIx4ruBIEdyNSUQAjJNFqT5pnJ6" crossorigin="anonymous"></script>
27
<!-- script-for-menu -->
27
<!-- script-for-menu -->
28
<script>
28
<script>