Files
keliopanel-v4/web/themes/underground/template/_contentbegin.tpl
2016-02-21 14:28:40 +01:00

56 lines
2.0 KiB
Smarty
Executable File

{config_load file="lang" section='general'}
{config_load file="lang" section='underground'}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- Template -->
<link rel="stylesheet" href="{$HOST}themes/underground/style/main.css" type="text/css" />
<!-- Jquery -->
<link rel="stylesheet" href="{$HOST}style/jquery-ui-1.7.2.custom" type="text/css" />
<link rel="stylesheet" href="{$HOST}style/tipsy.css" type="text/css" />
<link rel="stylesheet" href="{$HOST}style/gritter.css" type="text/css" />
<script type="text/javascript" src="{$HOST}javascript/jquery/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="{$HOST}javascript/jquery/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="{$HOST}javascript/jquery/external_plugins/tipsy.js"></script>
<script type="text/javascript" src="{$HOST}javascript/jquery/external_plugins/gritter.js"></script>
<!-- Custom CSS -->
{if isset($css_files)}
{foreach item=css from=$css_files}
<link rel="stylesheet" href="{$HOST}{$TPL_STYLE}{$css}" type="text/css" />
{/foreach}
{/if}
<!-- Forms JS -->
<script type="text/javascript" src="{$HOST}javascript/forms.js"></script>
<!-- Pagination JS -->
<script type="text/javascript" src="{$HOST}javascript/pagination.js"></script>
<!-- Custom JS -->
{foreach item=js from=$js_files}
<script type="text/javascript" src="{$HOST}/{$TPL_JAVASCRIPT}{$js}"></script>
{/foreach}
<meta http-equiv="Content-Type" content="text/html; charset={$CHARSET}" />
<title>{#hosting_title#} - {#hosting_slogan#}</title>
</head>
<body>
<!-- Wrapper -->
<div id="wrap">
<!-- Header -->
{include file='header.tpl'}
<!-- End of header -->
<!-- Title and logo -->
{include file='title.tpl'}
<!-- End of title and logo -->
<!-- Sidebar -->
{include file='sidebar.tpl'}
<!-- End of sidebar -->
<!-- Content -->
<div id="main">