49 lines
1.6 KiB
HTML
49 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="{$lang_code}">
|
|
<head>
|
|
<title>{block name="title"}Thelia Install{/block}</title>
|
|
|
|
{images file='../admin/default/assets/img/favicon.ico'}<link rel="shortcut icon" href="{$asset_url}" />{/images}
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
{stylesheets file='../admin/default/assets/bootstrap/css/bootstrap.css' filters='cssembed'}
|
|
<link rel="stylesheet" href="{$asset_url}">
|
|
{/stylesheets}
|
|
|
|
{stylesheets file='../admin/default/assets/bootstrap/css/bootstrap-responsive.css' filters='cssembed'}
|
|
<link rel="stylesheet" href="{$asset_url}">
|
|
{/stylesheets}
|
|
|
|
|
|
{stylesheets file='../admin/default/assets/css/*' filters='less,cssembed'}
|
|
<link rel="stylesheet" href="{$asset_url}">
|
|
{/stylesheets}
|
|
|
|
</head>
|
|
<body>
|
|
<div class="topbar">
|
|
<div class="container">
|
|
<div class="version-info">{intl l='Version %ver' ver="{$THELIA_VERSION}"}</div>
|
|
</div>
|
|
</div>
|
|
<div id="wrapper" class="container">
|
|
{block name="content"}{/block}
|
|
</div>
|
|
|
|
<hr />
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<p>{intl l='© Thelia 2013'}
|
|
- <a href="http://www.openstudio.fr/" target="_blank">{intl l='Édité par OpenStudio'}</a>
|
|
- <a href="http://forum.thelia.net/" target="_blank">{intl l='Forum Thelia'}</a>
|
|
- <a href="http://contrib.thelia.net/" target="_blank">{intl l='Contributions Thelia'}</a>
|
|
<span class="pull-right">{intl l='interface par <a target="_blank" href="http://www.steaw-webdesign.com/">Steaw-Webdesign</a>'}</span>
|
|
</p>
|
|
|
|
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |