déplacement des images + favicon insérée + amélioration template lego
This commit is contained in:
parent
e21409a5e0
commit
726aacc663
21 changed files with 45 additions and 22 deletions
|
|
@ -9,7 +9,9 @@
|
|||
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
|
||||
<meta name=" robot" content="follow, index, all" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.php" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS: 10 items" href="rss.php?limit=10" />
|
||||
<link rel="stylesheet" type="text/css" href="style_lego.css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
|
||||
</head>
|
||||
|
||||
|
|
@ -44,7 +46,7 @@
|
|||
|
||||
|
||||
<!-- NAV -->
|
||||
<ul id="nav_bar">
|
||||
<ul class="nav_bar" id="nav_top">
|
||||
<li><a id="navfirst" href="{nav_first}">{lang.premier}</a></li>
|
||||
<li><a id="navprev" href="{nav_prev}">{lang.precedent}</a></li>
|
||||
<li><a id="navnext" href="{nav_next}">{lang.suivant}</a></li>
|
||||
|
|
@ -85,6 +87,14 @@
|
|||
|
||||
</div>
|
||||
|
||||
<!-- NAV -->
|
||||
<ul class="nav_bar" id="nav_bottom">
|
||||
<li><a id="navfirst" href="{nav_first}">{lang.premier}</a></li>
|
||||
<li><a id="navprev" href="{nav_prev}">{lang.precedent}</a></li>
|
||||
<li><a id="navnext" href="{nav_next}">{lang.suivant}</a></li>
|
||||
<li><a id="navlast" href="{nav_last}">{lang.dernier}</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<!-- FOOT -->
|
||||
<div id="foot">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue