28 lines
915 B
PHTML
28 lines
915 B
PHTML
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>Еженедельник Аргументы Недели - <?=$title?></title>
|
||
<script src="/pub/scripts/pdf.min.js"></script>
|
||
<script src="/pub/scripts/anviewer.js?ver=43"></script>
|
||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=37">
|
||
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">
|
||
<link rel="stylesheet" href="/pub/fontawesome/css/v4-shims.css">
|
||
</head>
|
||
<body>
|
||
|
||
|
||
|
||
<h1>
|
||
<a id="brand_title" href="https://argumenti.ru/"><span id="redb">А</span>ргументы <span id="redb">Н</span>едел<span id="redi">i</span></a> → <a id="page_title" href="<?=$baseurl?>"><?=$title?></a>
|
||
</h1>
|
||
|
||
|
||
<?if (isset($tempcontent))
|
||
include($tempcontent);
|
||
?>
|
||
|
||
</body>
|
||
</html>
|