25 lines
1.1 KiB
Smarty
Executable File
25 lines
1.1 KiB
Smarty
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html id="top">
|
|
<head>
|
|
[{block name="admin_header_head"}]
|
|
<title>[{oxmultilang ident="NAVIGATION_TITLE"}]</title>
|
|
<link rel="stylesheet" href="[{$oViewConf->getResourceUrl()}]nav.css">
|
|
<link rel="stylesheet" href="[{$oViewConf->getResourceUrl()}]colors_[{$oViewConf->getEdition()|lower}].css">
|
|
<link rel="stylesheet" href="[{$oViewConf->getResourceUrl()}]css/libs/fontawesome/fontawesome.css">
|
|
<link rel="stylesheet" href="[{$oViewConf->getResourceUrl()}]css/libs/fontawesome/solid.css">
|
|
<link rel="stylesheet" href="[{$oViewConf->getResourceUrl()}]css/libs/fontawesome/brands.css">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=[{$charset}]">
|
|
[{/block}]
|
|
</head>
|
|
<body>
|
|
[{include file='include/header_links.tpl'}]
|
|
<div class="version">
|
|
<b>
|
|
[{$oView->getShopFullEdition()}]
|
|
[{$oView->getShopVersion()}]
|
|
[{$oView->getSupportMarker()}]
|
|
</b>
|
|
</div>
|
|
</body>
|
|
</html>
|