forked from verdnatura/hedera-web
53 lines
1.7 KiB
PHP
53 lines
1.7 KiB
PHP
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||
|
<?php include ('pages/web/head.php') ?>
|
||
|
|
||
|
<link rel="shortcut icon" type="image/x-icon" href="image/favicon.ico"/>
|
||
|
<link rel="stylesheet" type="text/css" href="global/style.css"/>
|
||
|
<link rel="stylesheet" type="text/css" href="pages/web/style.css?1"/>
|
||
|
<title>Verdnatura</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<?php include ('global/analytics.php') ?>
|
||
|
<div id="top">
|
||
|
<div id="header">
|
||
|
<img id="logo" src="image/icon.png" alt="Verdnatura"/>
|
||
|
<img id="loader" src="image/loader.gif" alt="Loading"/>
|
||
|
<a id="exit" href="?page=login&logout">
|
||
|
<span id="exit-text"><?=s('Exit')?></span>
|
||
|
</a>
|
||
|
<div id="welcome">
|
||
|
<?=s('Welcome')?><span id="user-name"></span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="body">
|
||
|
<div id="content">
|
||
|
<div id="menu-bar">
|
||
|
<div id="links">
|
||
|
<a target="_blank" href="http://verdnaturacomunicacion.blogspot.com.es/">
|
||
|
<img alt="Blogger" src="image/blogger.png" title="Blogger"/>
|
||
|
</a>
|
||
|
<a target="_blank" href="https://plus.google.com/u/0/107516577801959283883/posts">
|
||
|
<img alt="Google+" src="image/google_plus.png" title="Google+"/>
|
||
|
</a>
|
||
|
<a target="_blank" href="http://www.facebook.com/verdnatura">
|
||
|
<img alt="Facebook" src="image/facebook.png" title="Facebook"/>
|
||
|
</a>
|
||
|
<a target="_blank" href="http://www.youtube.com/user/verdnatura">
|
||
|
<img alt="YouTube" src="image/youtube.png" title="YouTube"/>
|
||
|
</a>
|
||
|
</div>
|
||
|
<ul id="menu"></ul>
|
||
|
</div>
|
||
|
<div id="module">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|