header.php 608 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
    <link rel="icon" href="/i/favicon.png" type="image/x-icon">
    <meta name="viewport" content="width=device-width,initial-scale = 1.0,maximum-scale = 1.0">
    <?php
    include_http_metas();
    include_metas();
    include_stylesheets();
    include_javascripts();
    ?>
    <title><?php include_slot('title', sfConfig::get('app_www_title')); ?></title>
</head>
Яков's avatar
test    
Яков committed
14
<body <?php echo ($sf_request->hasParameter('url') ? 'class="scroll_hidden overlay_discount_active"' : '')?>>
Яков's avatar
first  
Яков committed
15
16
17
<script type="text/javascript">
    var culture = '<?php echo $sf_user->getCulture();?>';
</script>