header.php 263 Bytes
Newer Older
Игорь's avatar
init    
Игорь committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
    <?php
    include_http_metas();
    include_metas();
    ?>
    <title><?php echo get_slot('title', sfConfig::get('app_cash_title'));?></title>
    <?php
    include_stylesheets();
    include_javascripts();
    ?>
</head>
<body>