13/01/2016, 15:14:04
Oui biensur...
je vois bien qu'il y a à les balise </div> et </body> qui doivent faire conflit mais je ne peux pas la modifier dans le BO...
Code :
[== HTML ==]
<!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" xml:lang="en" lang="en">
<head>
<title>{sitename} - {title}</title>
{metadata}
{stylesheet}
{global_content name='analytics'}
</head>
<body>
<!-- wrap starts here -->
<div id="search">
{global_content name='recherche'}
{global_content name='preheader'}
</div>
<div id="wrap">
<!-- header -->
<br><br>
<div id="header">
<!-- tabs -->
{cms_module module='menumanager' template='Underground : simple_navigation_horiz' number_of_levels='1' }
</div>
<div id="sidebar" >
{global_content name='bloc-logo'}
{global_content name='bloc-fnath-services'}
<div id="bloc-flash-infos" > {global_content name='bloc-flash-infos'} </div>
<div id="bloc-adherez" >{global_content name='bloc-adherez'}</div>
<div id="bloc-documents" > {global_content name='bloc-documents'} </div>
<div id="bloc-videos" >{global_content name='bloc-videos'}
</div>
<div class="left-box">
</div>
</div>
<div id="main">
<!-- start content -->
<div id="content">
{Showtime show='2'}
<h1>{title}</h1>
{content}
</div>
<!-- end content -->
</div>
<div class="footer">
{*global_content name='footer'*}
</div>
</body>
</html>
je vois bien qu'il y a à les balise </div> et </body> qui doivent faire conflit mais je ne peux pas la modifier dans le BO...